docs: minimal readme, rockspec copy_directories, luarocks workflow #19
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/canola-collection!19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "docs/readme-rocks"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The README was verbose with an inline Configuration section and a
lazy-loading note that duplicate the docs.
canola-gitwas listed asan adapter instead of an extension. The rockspec
buildsection lackedcopy_directories, sodoc/andplugin/were excluded from theluarocks package.
Solution
Rewrite the README to the minimal style: intro, adapter/extension
tables, brief Installation (including
luarocks install), and aDocumentation section. Move
canola-gitto Extensions. Addcopy_directories = { 'doc', 'plugin' }to the rockspecbuildtable.
Closes #7
Closes #8