Skip to content

Yeoman generator for MeaningfulJS 2 (based on Angular 2).

License

Notifications You must be signed in to change notification settings

ThirstyHead/generator-mjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generator-mjs

Yeoman generator for MeaningfulJS2 (based on Angular 2). For more information, see http://meaningfuljs.com.

This generator allows you to trivially create a new project by typing yo mjs [project-name].

Prerequisites

The MeaningfulJS2 generator expects several OS-specific tools to be present:

// Verify the OS-specific tools are installed
$ git --version
git version [x.y.z]

$ node --version
[a.b.c]

Installation

Once the OS-specific tools are in place, you are ready to install the Node-specific tools.

// Install Bower
$ npm install bower -g

// Install Gulp
$ npm install gulp -g

// Install JSPM
$ npm install jspm -g

// Install Yeoman
$ npm install yo -g

// Install MJS Yeoman Generator
$ npm install generator-mjs -g

Usage

// To create a new project
$ mkdir myapp
$ cd myapp
$ yo mjs myapp

About

Yeoman generator for MeaningfulJS 2 (based on Angular 2).

Resources

License

Stars

Watchers

Forks

Packages

No packages published