faraazahmad / create-node-app

A python script to create node.js apps with proper project structure and features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create-node-app

A python script to create node.js apps with proper project structure and features. Current features include:

  • Selecting view engine (pug, jade, ejs, hbs etc.)
  • Selecting stylesheet engine (sass, less, stylus etc.)
  • .gitignore file for NodeJS
  • More(controllers/models) coming soon

Running the script

To run the script, make sure you have the following installed:

To run the script, type the following in your terminal

python <(curl -s https://raw.githubusercontent.com/faraazahmad/create-node-app/master/create.py)

About

A python script to create node.js apps with proper project structure and features

License:MIT License


Languages

Language:Python 100.0%