README
generator-skyward
Yeoman generator for scaffolding out a website.
Features
- Built-in preview server with BrowserSync
- Automagically compile Pug
- Automagically compile Sass(with Dart Sass)
- CSS Autoprefixing
- Enable ES2015+ features
Getting Started
- Install:
npm install -g generator-skyward
- Run:
yo skyward
- Run:
npm start
for building
Options
--skip-install
Skips the automatic execution of
yarn
after scaffolding has finished.