Kaffiend / generator-giuseppe

Generator for giuseppe powered web applications

Home Page:http://giuseppe-generator.smartive.ch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

giuseppe generator

This is a yeoman generator for giuseppe. It will ask you several questions and scaffolds a whole web application project for you.

A bunch of badges

Build Status npm

How to use

TL;DR:

npm install -g yo generator-giuseppe typings && yo giuseppe

Of course, you need yeoman. So if you don't already have installed yeoman, install it with:

npm install -g yo

After that, you need this generator. Install it in the global context as well:

npm install -g generator-giuseppe

This generator installs all the npm packages and typings needed for an up and running giuseppe application. So another global dependency is typings.

npm install -g typings

After those steps, you can run yeoman with the giuseppe generator:

yo giuseppe

All the essential questions are answered and the corresponding project is generated for you. So in that sense:

Happy coding with giuseppe 😄

Changelog

The changelog is based on keep a changelog and is located here:

Changelog

Licence

This software is licenced under the MIT licence.

About

Generator for giuseppe powered web applications

http://giuseppe-generator.smartive.ch

License:MIT License


Languages

Language:TypeScript 100.0%