js-templates-generator helps you generate most JavaScript frameworks template already customize for you with all the necessary basic setup already done.
Nodejs > 6.0.0
npm install -g js-templates-generator
Default templates are stored in template template folder.
Template | Language/Tools | Description |
---|---|---|
api-postgres-node-express-sequelize | NodeJS/Express/Postgres/Sequelize | See template page on Github |
Hello World | HTML5/CSS | A simple hello world template |
To generate a template after installation. From your terminal cd
to where you want to generate your project and run (excuding the $)
$ initiate
- options for available templates will display.
- Then use your arrow keys (
up
anddown
) to select template of your choice. - You will be prompt to enter your project name. Project Name may only include letters, numbers, underscores and hashes.
- Your project will be generated with new name.
Variable | Description |
---|---|
project-name | Name of your new project |
Feedback, bug reports and pull requests, new templates are more than welcome !
- Add more JavaScript frameworks templates
Inspired by Harriet Ryder!