1.0.1 • Published 5 years ago

js-templates-generator v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

js-templates-generator

CircleCI Maintainability Test Coverage

Description

js-templates-generator helps you generate most JavaScript frameworks template already customize for you with all the necessary basic setup already done.

Requirement

Nodejs > 6.0.0

Installation

npm install -g js-templates-generator

Templates

Default templates

Default templates are stored in template template folder.

TemplateLanguage/ToolsDescription
api-postgres-node-express-sequelizeNodeJS/Express/Postgres/SequelizeSee template page on Github
Hello WorldHTML5/CSSA simple hello world template

Usage

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 and down) 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.

Template CLI variable

VariableDescription
project-nameName of your new project

Want to contribute ?

Wow, that's great!

Feedback, bug reports and pull requests, new templates are more than welcome !

TODO

  • Add more JavaScript frameworks templates

Inspired by Harriet Ryder!