generator-kitweb

Yeoman Generator for Web projects

Usage no npm install needed!

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

README

Yeoman Generator for Web projects 0.10.0

Getting Started OSX

  • Install: sudo npm install -g generator-kitweb
  • Run: yo kitweb

Getting Started Windows

  • Open command prompt as administrator
  • Install: npm install -g generator-kitweb
  • Run: yo kitweb

Updating the generator IMPORTANT!

Since Node Packet Manager likes to cache everything you might need to request a specific version when installing.

  • npm install -g generator-kitweb@0.10.0

Change log

0.9.7

  • Inlcuded Snapnavigation in the starter template
  • Will now comple and snapNavigation will work, out-of-the-box!