Skip to content

A Node Module to generate Boilerplate HTML,CSS and JS Files for a Vanilla JS Project

Notifications You must be signed in to change notification settings

iamrajatg/bplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

BPLATE

A NodeJS Utility to generate Boilerplate HTML, CSS and JS Files for a Vanilla JS Project.


When you have just started learning web development and you create simple HTML, CSS and Vanilla JS projects to get the hang of it, Bplate creates these HTML, CSS and JS files for you in a folder of the name you provided with the command or inside current directory if you don't specify command.

You don't have to create and link these files again and again. Just run bplate and start creating your next vanilla js project.

Installation

//Download the Repository and run this command 
npm install -g path-to-root-of-repository

//Example(If you download repository at path C:\tools\)
npm install -g C:\tools\bplate

Usage example

To create HTML, CSS and JS files in a folder named 'some_folder'

bplate some_folder

To create HTML, CSS and JS files in current folder

bplate

Meta

Distributed under the MIT license.

Contributing

  1. Fork it (https://github.com/iamrajatg/bplate/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

A Node Module to generate Boilerplate HTML,CSS and JS Files for a Vanilla JS Project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published