generator-webby

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.

Usage no npm install needed!

<script type="module">
  import generatorWebby from 'https://cdn.skypack.dev/generator-webby';
</script>

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 and generator-webby using npm (we assume you have pre-installed Node.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

License

generator-webby is licensed under ISC license.