0.1.5 • Published 6 years ago

make-site v0.1.5

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

make-site

Creating a Simple File Structure for Websites

project name/
└── style/
│   ├── base/
│   │   ├── _mixins.scss
│   │   ├── _reset.scss
│   │   └── _variables.scss
│   └── layouts/
│   │   ├── bootstrap-4-grid.scss
│   │   └── bootstrap-3-grid.scss
│   └── modules/
│   └── pages/
│   └── style.scss
└── img/
└── js/
└── index.html
└── package.json

Installation

npm install -g make-site

Usage

make-site -n <project-name>

cd <project-name>

npm install

npm start
0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.1

6 years ago