Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-html-bone

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-html-bone

Basic CLI to generate HTML Boilerplate

  • 1.1.7
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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.

Keywords

FAQs

Package last updated on 10 Jun 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc