caminio-cli

0.0.6 • Public • Published

caminio-cli

Command line interface for caminio. Helps scaffolding projects, gears, controllers, models and such stuff.

Create a caminio project scaffold

Installation

$ npm install -g caminio-cli

This will install caminio globally. Hint: if you are on linux or mac, it might be an idea to not pollute your global npm folder, but define a user specific folder int your .npmrc file with:

$ npm set prefix $HOME/.npm

Usage

Create a new project

$ caminio project <project-name>

Create a new gear

$ caminio gear <gear-name>

Create a new controller inside an api-enabled gear/project

[path/to/my_project] $ caminio controller <ControllerName>

Create a new model inside an api-enabled gear/prject

[path/to/my_project] $ caminio controller <ControllerName>

LICENSE

caminio-cli is licensed under the MIT license. See LICENSE for more details.

Readme

Keywords

none

Package Sidebar

Install

npm i caminio-cli

Weekly Downloads

0

Version

0.0.6

License

MIT

Last publish

Collaborators

  • quaqua