Socket
Socket
Sign inDemoInstall

feathers-cli

Package Overview
Dependencies
448
Maintainers
3
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    feathers-cli

Command-line Feathers generator


Version published
Weekly downloads
91
increased by203.33%
Maintainers
3
Install size
39.9 MB
Created
Weekly downloads
 

Changelog

Source

v2.4.0 (2018-01-11)

Full Changelog

Readme

Source

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.

Keywords

FAQs

Last updated on 11 Jan 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc