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 !