README
Library and microservices generator
This generator will be used to create the base of libraries or microservices of socbils.
Requeriments
- Node 10.18.0
- NPM >= 6.0.0
Install
sudo npm install -g socbils-cli
Usage
socbils
Log
'? what type of project do you want to generate?'
*library
*microservice
'? what is the name of the project? demo'
CREATE .editorconfig (246 bytes)
CREATE .gitignore (926 bytes)
CREATE .prettierrc (126 bytes)
CREATE README (122 bytes)
CREATE index.ts (84 bytes)
CREATE package.json (385 bytes)
CREATE tsconfig.json (274 bytes)
installing node dependencies...
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN libraries@1.0.0 No repository field.
added 1 package from 41 contributors and audited 1 package in 1.649s
found 0 vulnerabilities
node dependencies installed!!