0.1.0 • Published 5 years ago
devboilerplate v0.1.0
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
5 years ago
0.0.1-beta.6
5 years ago
0.0.1-beta.5
5 years ago
0.0.1-beta.4
5 years ago
0.0.1-beta.3
5 years ago
0.0.1-beta.2
5 years ago
0.0.1-beta.1
5 years ago