Feathers CLI
Important: The Feathers CLI has been moved to the cli package in feathersjs/feathers
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.