4.0.0-pre.1-2 • Published 5 years ago

feathers-ts-cli v4.0.0-pre.1-2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Feathers CLI

Build Status Greenkeeper badge

The command line interface for Feathers applications

Installation

npm install -g feathers-ts-cli

Usage

$ mkdir myproject

$ cd myproject

$ feathers-ts 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
    	• secret - Generate a new authentication secret
    	• service - Generate a new service
    	• plugin - Create a new Feathers plugin

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

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