lazy_setup
v0.1.2
Published
cli to create new server with express
Readme
Lazy Setup
CLI to create new servers with node.js
Description
project created to make for easy the way to start a new server project, giving to choose any option to create servers with specific purpose such as:
- simples server with express
- socket server with express + socket.io
- soon us will add a template Graphql
Install
npm install -g lazy_setupUsing
write in your console the following command
$ lazy_setupQuestions
- name : set your name project
- language: choose the language you want (typescript and javascript)
- server type : choose the server type you want to create
Templates
Templates javascript check the branch
Templates typescript check the branch
if you wanna create a new template or make changes in a template been created, create a issues in the language repository
