sleeker-labs / feathers-cli

The command line interface for Feathers applications

Home Page:http://feathersjs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feathers CLI

The command line interface for Feathers applications

Build Status

NPM

Installation

npm install -g feathers-cli

Usage

$ feathers help

  Commands:

    help [command...]     Provides help for a given command.
    exit                  Exits application.
    generate              alias for generate app
    generate app          generate new application
    generate hook         generate new hook
    generate middleware   generate new middleware
    generate model        generate new model
    generate service      generate new service
    generate plugin       generate new plugin

$ feathers generate

  ? What type of API are you making? (Press <space> to select)

  ❯◉ REST
   ◉ Realtime via Socket.io
   ◯ Realtime via Primus

  (answer all the prompts to generate your app)

$ npm start

About

Feathers CLI's generators are provided by generator-feathers and generator-feathers-plugin. Its interactive command line is built on Vorpal.

Changelog

1.2.4

  • Bumping to generator-feathers@0.8.0
  • Fixed missing peer dependency yo@>=1.0.0
  • Disabling upgrade notifications

1.2.2

  • Bumping to generator-feathers@0.7.0

1.2.1

  • Properly exiting after executing a command passed in process.argv

1.2.0

  • Supporting "generate plugin" command via feathersjs/generator-feathers-plugin

1.1.1

  • Initial release

License

Copyright (c) 2016

Licensed under the MIT license.

About

The command line interface for Feathers applications

http://feathersjs.com/

License:MIT License


Languages

Language:JavaScript 100.0%