bootstrap-project-generator

1.0.1 • Public • Published

Bootstrap Project Generator

A simple commandline tool to generate a basic html bootstrap project with some basic boilerplate. It is perfect for small projects where you want to demo an idea, build a simple prototype, etc. Comes complete with a basic header navbar and sticky footer.

Project contents

Directory structure:

.
├── css
│   └── custom.css
├── index.html
└── js
    └── app.js

Bootstrap Project Generator sets up html, css and JavaScript files and folders and writes basic boilerplate to get you up and running with a header navbar and sticky footer. index.html contains the Bootstrap CDN links and links to other generated files.

Installing

To install, run:

$ npm install bootstrap-project-generator -g

Setting up a project

To set up a project, create the root directory for your project and inside your project folder run:

$ bootstrap-project-generator

...and you're done!

License

This project is licensed under the MIT license. Do whatever you feel like with it :).

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i bootstrap-project-generator

      Weekly Downloads

      0

      Version

      1.0.1

      License

      MIT

      Unpacked Size

      7.68 kB

      Total Files

      7

      Last publish

      Collaborators

      • michaelacook