https://github.com/dbackeus/generator-stardust
Yeoman generators for Meteor
https://github.com/dbackeus/generator-stardust
Last synced: 9 months ago
JSON representation
Yeoman generators for Meteor
- Host: GitHub
- URL: https://github.com/dbackeus/generator-stardust
- Owner: dbackeus
- License: mit
- Created: 2014-10-14T13:20:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-11T13:52:29.000Z (over 11 years ago)
- Last Synced: 2025-04-12T04:44:34.698Z (about 1 year ago)
- Language: JavaScript
- Size: 227 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-github-projects - generator-stardust - Yeoman generators for Meteor ⭐5 `JavaScript` (📦 Legacy & Inactive Projects)
README
generator-stardust
==================
Yeoman generators for Meteor using CoffeScript
## Installation
npm install -g generator-stardust
## Usage
### Initialisation
Generates app skeleton, install base packages and generates a root route with template.
Run within a newly created Meteor app.
yo stardust
You might want to remove the meteor-generated html/js/css files manually.
### Scaffold
Generate complete CRUD setup for a new model.
yo stardust:scaffold : :
### Helper
Generates a globally available helper for your SpaceBar templates.
yo stardust:helper
### Controller
Generates a controller extending ApplicationController.
yo stardust:controller
### View
Generates a template html and coffee file.
yo stardust:view
## Development
If you want to make changes to the generators you can clone the repository and use
`npm link` to try out your changes on your local system.
You can also use `guard` to automatically link on file changes.
bundle install
bundle exec guard