Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 685 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 685 Bytes

CardKit Yeoman generator

Generator for CardKit, making getting started a breeze

npm version

Installation & usage

First, install Yeoman and the CardKit generator:

$ npm install -g yo generator-cardkit

Then create a directory for your CardKit project:

$ mkdir my-cardkit-project; cd my-cardkit-project

Finally, use Yeoman to start generating your new project:

$ yo cardkit

Configuring CardKit

Look at the README for the main CardKit library for details on how to configure it.