5.0.0 • Published 10 months ago

cordova-create v5.0.0

Weekly downloads
71,519
License
Apache-2.0
Repository
github
Last release
10 months ago

Build status Build Status

cordova-create

This module is used for creating cordova style projects. It also incudes support for cordova templates. It can fetch templates from npm and git.

Usage:

:

var create = require('cordova-create');

create(dir, id, name, cfg, extEvents);

dir - directory where the project will be created. Required. id - app id. Required (but can be "undefined"). name - app name. Required (but can be "undefined"). cfg - extra config to be saved in .cordova/config.json Required (but can be "{}"). extEvents - An EventEmitter instance that will be used for logging purposes. Required (but can be "undefined").

An example of cfg which would fetch a cordova template from npm (or git):

var cfg = {
    lib: {
        www: {
            template: true,
            url: 'cordova-app-hello-world',
            version: ''
        }
    }
};
5.0.1-nightly

11 months ago

5.0.0

12 months ago

4.1.0

1 year ago

4.0.0

2 years ago

3.0.0

4 years ago

2.0.0

5 years ago

1.1.2

6 years ago

1.1.2-dev

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.21

9 years ago

0.0.20

9 years ago

0.0.19

9 years ago

0.0.18

9 years ago

0.0.17

9 years ago

0.0.16

9 years ago

0.0.15

9 years ago

0.0.14

10 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago