Skip to content
This repository has been archived by the owner on Jun 20, 2019. It is now read-only.
/ MeanStarterCLI Public archive

Initialize projects and generate files using the MeanStarter structure

License

Notifications You must be signed in to change notification settings

Nucleus-Inc/MeanStarterCLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MeanStarterCLI

JavaScript Style Guide

A CLI tool for creating MEAN Stack projects and generating JS files for Express and AngularJS.

Note: This is a work in progress and it is not feature complete, as well, commands may change on following releases.

Commands

   Usage: mean [options] [command]

  Options:

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

  Commands:

    express-controller [options] [cmd]  Generate Express Controller
    express-lib [options] [cmd]         Generate Express Lib
    express-model [options] [cmd]       Generate Express Model
    express-route [options] [cmd]       Generate Express Route
    express-spec [options] [cmd]        Generate Express Spec
    init [options] [cmd]                Create a new Mean Stack Project
    ng-controller [options] [cmd]       Generate AngularJS Controller
    ng-directive [options] [cmd]        Generate AngularJS Directive
    ng-factory [options] [cmd]          Generate AngularJS Factory
    ng-filter [options] [cmd]           Generate AngularJS Filter
    ng-service [options] [cmd]          Generate AngularJS Service

Help and Version

Get CLI help:

mean --help

Get CLI version:

mean --version

License

The MIT License

About

Initialize projects and generate files using the MeanStarter structure

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published