0.1.0 • Published 4 years ago

devboilerplate v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

DevBoilerplate

DevBoilerplate is a command line tool that generates a boilerplate for web developers.

Install

To use DevBoilerplate across your whole system, you must add -g to the end of the install command.

NPM

npm install devboilerplate

or

Yarn

yarn add devboilerplate

Usage

After installing DevBoilerplate, run this in your terminal:

makeboilerplate

It's as simple as that! When running makeboilerplate, this following contents will be generated in your current directory:

js/
|- scripts.js
|
img/
|
stylesheets/
|
|- css/                   
|	
|- scss/
|
|   |- base/
|	    |- _colors.scss
|	    |- _fonts.scss
|	    |- _global.scss
|
|   |- components/
|	    |- _component.scss
|
|   |- pages/
|	    |- _page.scss
|
|   |- main.scss
|
index.html

Warning ⚠

Keep in mind that once you create the boilerplate, it will overwrite the content that has the same name as the files or folders just created.

License

This project is licensed under the MIT License - see the MIT License file for details.

0.1.0

4 years ago

0.0.1-beta.6

4 years ago

0.0.1-beta.5

4 years ago

0.0.1-beta.4

4 years ago

0.0.1-beta.3

4 years ago

0.0.1-beta.2

4 years ago

0.0.1-beta.1

4 years ago