0.0.8 • Published 10 years ago
clever-cli v0.0.8
Clever Framework's CLI
The web's scaffolded tool for webapps based on CLEVER Framework. The cli provides a lot of useful functionality, such as scaffolding options to create new packages, assign roles to users, check the mongo status, add/remove packages and list currently installed packages.
The repository contains
- The bin file used for cli operations.
- Core functionality for managing clever packages.
Basic Usage
Install Package:
$ [sudo] npm install -g clever-cliExplore CLI functionality:
$ clever --helpCreate a new clever app:
$ clever init <MyApp>Install Dependencies:
$ cd <MyApp> && npm installCreate a sample clever package:
$ clever package <NameOfYourPackage>Run your app:
$ gulp