Skip to content

A scaffolding tool for Meteor Collections using the ThriveTide Style Guide

Notifications You must be signed in to change notification settings

pasharayan/meteor-scaffold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meteor-scaffold

A scaffolding tool for Meteor Collections using the ThriveTide Style Guide

Install by typing (while in directory): npm install -g .

How Meteor-Scaffold works:

  1. Template files, with the files to be generated go into the templates folder. They use a handlebars-like syntax.
  2. The Folder Structure for where Template files get generated into are saved into blueprints.js
  3. Meteor-scaffold.js has the main() function of this package. This is where the generator functions which use templates and blueprints.js are called.

TODO:

  • Move all templates into the template/blueprints pattern
  • Add dynamic route folders to blueprints.js

Required Meteor Addons: check - meteor add check

About

A scaffolding tool for Meteor Collections using the ThriveTide Style Guide

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published