Giter VIP home page Giter VIP logo

nodejs-boilerplate-cli's Introduction

A CLI tool to generate a very fast production ready NodeJs application in no time.

Commands

Commands Description Example
create Creates a new project ome create new-project
-m or --model Create a new model in the model directory ome -m post
-c or --controller Create a new controller file in specified directory ome -c post
-s or --service Create a new service file in specified directory ome -s post
-r or --route Create a new route file in specified directory ome -r post
-R or --resource Create a new resource file in specified directory ome -R post
-u or --utility Create a new utility helper file in specified directory ome -u post
-M or --middleware Create a new middleware helper file in specified directory ome -M post
-v or --validator Create a new validator file in the validator directory ome -v post
-U or --unittest Create a new unittest file in the unit test directory ome -U post
-I or --integration Create a new integration file in the test directory ome -I post
  • automatically adds 'Controller' suffix
  • no need to name controllers as plural e.g posts(instead use post)
  • can specify/create new folder from argument (post/postService)

nodejs-boilerplate-cli's People

Contributors

cipher-tech avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.