JSPM

generator-kittn

3.83.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 641
  • Score
    100M100P100Q87929F
  • License MIT

Kittn Scaffolding and Frontend Toolchain

Package Exports

  • generator-kittn

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (generator-kittn) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Generator-Kittn

Build Status bitHound Overall Score bitHound Dependencies

kittn-generator

Yeoman Generator for the Kittn Toolkit. Scaffolds and Prepare the Toolkit for you.

Documentation.

Install

$ npm install -g generator-kittn

Optional

You can use now Yarn with Kittn, instead off NPM. https://yarnpkg.com/

Usage

Jump in your Working Directory and type:

yo kittn

The Generator will ask you some questions, at the end it will prepare the Project.

Commands

With Webpack you have to use NPM Script Commands

npm run init
Intialize your Project and the Sass Documentation (/sassdocs/)

npm run develop
Main development task with BrowserSync and Webpack

npm run devdashboard
Main development task with Webpack Dashboard - More NASA Style :D

npm run deploy
Minify JS, Images, CSS. Is for a automated Build Process, comes after a Gulp Init.

npm run scripts
Rebuild all JS Files except the Application JS File

npm run uiimages
Rebuild all Image Files for CSS, copy it to distribution, build Bitmap- and Vector Sprites.

npm run htmlassets
Copy all Imagefiles for Documentusage.

npm run template
Copy all or Generate the Template Files.

npm run favicon
Generate Favicons and the HTML Snippet (generated Files you will find in src/.system/)

Dependencies

  • Node >= 6.x
  • Gulp 3.9.1
  • Yeoman 1.4.8

Optional Dependencies

  • Bower 1.4.0

Special Thanks to

  • David Hellmann (@davidhellmann) - for his Wordpress Boilerplate
  • Hugo Giraudel (@HugoGiraudel) - for his awesome Sass Scripts
  • Team Sass - Jacket
  • LukyVj (@LukyVj) - for Family.scss

Authors

  • Sascha Fuchs @gisugosu
  • Lars Eichler @lars.e
  • David Hellmann @davidhellmann
  • Martin Herweg @martinherweg

Licence

MIT