1.1.6 • Published 9 years ago

mcap-generator v1.1.6

Weekly downloads
1
License
MIT
Repository
-
Last release
9 years ago

mcap-generator

Installation

Install the module with: npm install mcap-generator `

Example

var Generator = require('mcap-generator');

var options = {
    directory: 'myapp',
    template: 'default',
    templateValues: {
        name: 'My first App',
        package: 'com.company.myfirstapp'
    }
}

var gen = new Generator();
gen.createApp(options, function (err) {
    if(err) {
        console.error(err);
        return;
    }
    console.log('Done!');
});

##Testing

Running `npm test will run the unit tests with mocha.

1.1.6

9 years ago

1.1.5

10 years ago

1.1.4

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.5.1

10 years ago

0.3.0

10 years ago

0.1.2

10 years ago