JSPM

generator-kss-starter

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q28407F
  • License MIT

Package Exports

  • generator-kss-starter

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-kss-starter) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Yeoman KSS starter

A Yeoman generator that scaffolds a living Sass styleguide with KSS and Grunt.

Features

  • Sass compilation with either Ruby or LibSass.
  • KSS (thanks to kss-node) installed and ready to go.
  • Grunt task that make building the styleguide a cinch.
  • Run the styleguide locally with a development server.
  • Lint task included to help keep your code neat.

Getting started

  • Install npm install -g generator-kss-starter.
  • Run yo kss-starter.
  • Done!

Grunt tasks

From the commandline, you can run $grunt to see a list of available tasks.

  • grunt kss compiles Sass and builds the KSS styleguide
  • grunt kss:serve spins up a development server at http://localhost:9000
  • grunt lint runs scss-lint against your Sass files