0.1.0 • Published 6 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 devboilerplateor
Yarn
yarn add devboilerplateUsage
After installing DevBoilerplate, run this in your terminal:
makeboilerplateIt'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.htmlWarning ⚠
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
6 years ago
0.0.1-beta.6
6 years ago
0.0.1-beta.5
6 years ago
0.0.1-beta.4
6 years ago
0.0.1-beta.3
6 years ago
0.0.1-beta.2
6 years ago
0.0.1-beta.1
6 years ago