1.1.7 • Published 5 years ago

create-html-bone v1.1.7

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

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

npm.io

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.
1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago