generator-webby
v0.0.6
Published
Yeoman generator for Webby - zero-configuration front-end (static HTML/CSS/JS) builder and web server. Webpack based, supported: SASS, LESS, Stylus, CoffeeScript, TypeScript, Babel (ES5, ES6, Stage 0), Pug (Jade), etc.
Downloads
3
Maintainers
Readme
About
generator-webby
is a Yeoman generator for Webby.
- Webby is a Webpack based front-end (static HTML/CSS/JS) builder and Express based web server (back-end).
- Supported: SASS, LESS, Stylus, CoffeeScript, TypeScript, Babel (ES5, ES6, Stage 0), Pug (Jade), etc.
- Zero-configuration, low barriers of entry.
If you like generator-webby
and Webby, please consider an opportunity to support it on Patreon.
Installation
- Install
Yeoman
andgenerator-webby
usingnpm
(we assume you have pre-installedNode.js
):
npm install -g yo
npm install -g generator-webby
Create new directory, and go into it:
mkdir project && cd project
Generate your new project:
yo webby
For more information see Webby documentation.
About author
generator-webby
and Webby has been developed by Nickolay Kovalev.
If you have interest job offers, you can see him contacts at his CV.
Also, various third-party components are used.
URLs
- NPM: https://www.npmjs.com/package/generator-webby
- GitHub: https://github.com/nickola/generator-webby
- Patreon: https://www.patreon.com/nickola
- Author: http://nickola.ru
License
generator-webby
is licensed under ISC license.