🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

earlgrey-cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

earlgrey-cli

Command line interface for Earlgrey Framework

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

earlgrey-cli

Command line interface for Earlgrey Framework

Instalation

$ npm install earlgrey-cli -g

Usage

Init

$ earlgrey-cli init [projectname] --origin [url_git_repository]

Examples

$ earlgrey-cli init backend
$ earlgrey-cli init backend --origin git@github.com:acalvoa/earlgrey-seed.git

Generators

Controller

$ earlgrey-cli generate controller [controller_name]

Helper

$ earlgrey-cli generate helper [helper_name]

Type

$ earlgrey-cli generate type [type_name]

Policy

$ earlgrey-cli generate policy [policy_name]

Model

$ earlgrey-cli generate model [model_name] -t [tablename]

Keywords

cli

FAQs

Package last updated on 30 May 2018

Did you know?

Socket

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