1.3.12 • Published 9 years ago

generator-meteor v1.3.12

Weekly downloads
5
License
-
Repository
github
Last release
9 years ago

generator-meteor Build Status

A Meteor project generator for Yeoman. *Updated for Meteor 1.0!

NPM

Prerequisites

To install yeoman from npm, run:

$ npm install -g yo

Install

To install generator-meteor from npm, run:

$ npm install -g generator-meteor

Create a new project directory:

$ mkdir your-new-project && cd $_

Initiate the generator:

$ yo meteor

Finally, run Meteor:

$ meteor

NEW View and Collection Generators

Generator-Meteor now supports primitive scaffolding using Yeoman sub-generators

To generate a new Meteor Collection, try using:

$ yo meteor:collection yourCollectionName

To generate a new Meteor Template view/events/helper, try this one out:

$ yo meteor:view viewName

These generators will be extended over time and I hope you make good use of them!

Structure Generated with Iron-Router Enabled

/
    .meteor/
        .gitignore
        packages
        release
    client/
        compatibility/
        lib/
            subscriptions.js
        styles/
            theme.css
        views/
            common/
            home.html
            home.js
            layout.html
        routes.js
    lib/
        collections.js
    private/
    public/
        fonts/
        images/
        robots.txt
    server/
        publications.js
        security.js
        server.js
    .gitignore <- contains sensible defaults for files/folders to ignore
    LICENSE <- default empty license file
    smart.json <- meteorite package definition

License

MIT License

1.3.12

9 years ago

1.3.11

9 years ago

1.3.9

9 years ago

1.3.8

9 years ago

1.3.7

9 years ago

1.3.6

9 years ago

1.3.5

9 years ago

1.3.3

9 years ago

1.3.2

9 years ago

1.3.1

9 years ago

1.2.2

10 years ago

1.2.1

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.0.9

10 years ago

1.0.8

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

0.2.1

10 years ago

0.2.0

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.0.9

11 years ago

0.0.8

11 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago