build-entities-cli

0.6.1 • Public • Published

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 !

Package Sidebar

Install

npm i build-entities-cli

Weekly Downloads

2

Version

0.6.1

License

BSD-2-CLAUSE

Unpacked Size

23.1 kB

Total Files

31

Last publish

Collaborators

  • orivoir21