This package has been deprecated

Author message:

Feathers v3 is out and this module has moved to @feathersjs/cli. See https://docs.feathersjs.com/migrating.html for more information.

feathers-cli

2.4.0 • Public • Published

Feathers CLI

Greenkeeper badge

The command line interface for Feathers applications

Build Status Code Climate Test Coverage Dependency Status Download Status Slack Status

NPM

Installation

npm install -g feathers-cli

Usage

$ mkdir myproject

$ cd myproject

$ feathers help

  Usage: feathers generate [type]


  Commands:

    generate [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

    *

  Options:

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

$ 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.

Package Sidebar

Install

npm i feathers-cli

Weekly Downloads

29

Version

2.4.0

License

MIT

Last publish

Collaborators

  • marshallswain
  • daffl
  • ekryski