0.14.1 • Published 10 years ago

mcap-generator-ionic v0.14.1

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

mcap-generator-ionic

Installation

Install the module with: npm install mcap-generator `

Example

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

var options = {
    directory: 'myapp',
    template: 'helloworld',
    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.

0.14.1

10 years ago

0.14.0

10 years ago

0.12.1

10 years ago

0.12.0

10 years ago

0.11.1

10 years ago

0.11.0

10 years ago

0.10.1

10 years ago

0.10.0

10 years ago

0.9.4

10 years ago

0.9.3

10 years ago

0.9.1

10 years ago

0.8.1

10 years ago

0.8.0

10 years ago

0.7.0

10 years ago

0.3.0

10 years ago