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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.6
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.6
    2
  • 0.0.5
    2

Package Sidebar

Install

npm i caminio-cli

Weekly Downloads

4

Version

0.0.6

License

MIT

Last publish

Collaborators

  • quaqua