Skip to content

naveenvignesh5/create-html-bone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic HTML Boilerplate Generator

Build Status NPM Downloads NPM Version

Simple CLI to generate boiler plate for basic html projects.

Installation

npm i -g create-html-bone

How to use ?

Command Line Instructions

create-html-bone -h

Options:
  -V, --version       output the version number
  -n, --name [value]  Name of the project
  -c, --css [value]   CSS Framework (Bootstrap 4, Bulma, Materialize, Pure)
  -j, --jquery        Generate js with JQuery template
  -g, --gulp          Generate gulp file
  -k, --heroku        Generate Heroku Config
  -h, --help          output usage information

Generating Template from command tools

create-html-bone -n demo -c bulma -jquery

create-html-bone --name demo -c bootstrap

create-html-bone --name demo --gulp

Generating Template from Interactive Console

Building with default gulp script

npm run build

Heroku Publish

Follow this tutorial.

The boilerplate generates a basic PHP application that is to be deployed to heroku.

Authors

  • Naveen Vignesh.B - Initial Work

License

This project is licensed unser ISC License - see the License.md file for details.

Acknowledgments

  • Thanks to anyone who has contributed to code.

Releases

No releases published

Packages

No packages published