strider-cli
strider-cli copied to clipboard
CLI for Strider
EDIT: See image. Seems the text is there, just not visible. :/ Running: bin/strider init Purportedly should give me: plugin: **name**: your-plugin-name plugin: **description**: test plugin: **author**: test But, I...
Let’s get started with automated dependency management for strider-cli :muscle: This pull request **updates all your dependencies to their latest version**. Having them all up to date really is the...
Running this multipel time fails... Command ======= ``` DB_URI=mongodb://strider:[email protected]:55747/strider-db /usr/bin/strider addUser -l [email protected] -p testtest -a -f ``` Gives error ======== ``` Connecting to MongoDB URL: mongodb://strider:[email protected]:55747/strider-db Mongoose: mpromise (mongoose's...
- [ ] Add another field to the [index](https://github.com/Strider-CD/ecosystem-index): `compatibility: ~1.6.0` - [ ] use semver to match against this to filter out incompatible plugins
- [ ] improve the `new` command, see https://github.com/bitwit/strider-template/blob/ff99883cb2bbf9022dc018b8c7c51c44fc231d2b/personalize.js - [x] implement install and uninstall commands - [x] use plugin manager to ship and manage all plugins (no more NPM...