Support Kanso Package installation
- Dominant language
- JavaScript
- Stars
- 264
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
The repo http://kan.so/packages has a lot of good stuff that one can use in any couchapp.
For now, we would want to have the following command in erica
```
erica install couch-tokens
```
Which would do the following:
- download the package from the urtl http://kan.so/packages/_db/couch-tokens/couch-tokens-0.0.1.tar.gz
- extract the packages into a temp dir
- copy the extracted contents into the 'ddoc' directory
- ignore kanso.json and readme files.
The above would not provide complete kanso integration, but would be what most people would need.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the erica CLI command entry point and inspect how existing commands handle downloads, temporary directories, extraction, and copying into a couchapp. Done means `erica install couch-tokens` retrieves the specified archive, extracts it, copies its contents into `ddoc`, and excludes kanso.json and README files.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100