All Projects → feathersjs → Cli

feathersjs / Cli

Licence: mit
The command line interface for scaffolding Feathers applications

Programming Languages

javascript
184084 projects - #8 most used programming language

Feathers CLI

CI Dependency status

The command line interface for Feathers applications

Installation

npm install -g @feathersjs/cli

Usage

$ mkdir myproject

$ cd myproject

$ feathers help

  Usage: feathers generate [type]


  Options:

    -V, --version  output the version number
    -h, --help     output usage information


  Commands:

    generate|g [type]  Run a generator. Type can be
    	• app - Create a new Feathers application in the current folder
    	• authentication - Set up authentication for the current application
    	• connection - Initialize a new database connection
    	• hook - Create a new hook
    	• middleware - Create an Express middleware
    	• service - Generate a new service
    	• plugin - Create a new Feathers plugin

    upgrade|u          Try to automatically upgrade to the latest Feathers version
    *

$ feathers generate app

$ npm start

About

Feathers CLI's generators are provided by generator-feathers and generator-feathers-plugin.

License

Copyright (c) 2017

Licensed under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].