0.6.1 • Published 4 years ago

build-entities-cli v0.6.1

Weekly downloads
-
License
BSD-2-CLAUSE
Repository
-
Last release
4 years ago

build-entities-cli

command line interface of build-entities generate nodejs class entity from your terminal

installation

  • npm install build-entities-cli --save-dev
  • yarn add build-entities-cli

usage:

package.json

{
    "scripts": {
        "entity": "build-entities"
    }
}

in your terminal

>npm run entity Product

and respond to interactive command line

build an file *.js in path choice from cli with properties define from cli , getters / settters hydrate methods , checker property exists

develop by Samuel Gaborieau with <3 and Nodejs for OpenSource , enjoy !