0.0.4 • Published 9 years ago

cometjs v0.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

Comet.js

Comet.js, help you in your development with Meteor.js creating what we understand what should be a directory structure and files to Meteor.js that himself recognizes. Following the organization:

	├── main.js
	├── mobile-config.js
	├── LICENSE
	├── README.md
	├── .gitignore
	├── client
	│   ├── helpers
	│   ├── i18n
	│   ├── stylesheets
	│   		├── utils
	│   		├── main.less
	│   └── templates
	│       ├── home
	│       		├── home.html
	│       		├── home.import.less
	│       		├── home.js
	│       ├── main.html
	├── lib
	│   └── collections
	│   └── router.js
	├── private
	├── public
	│   ├── fonts
	│   ├── icons
	│   └── images
	├── server
	└── tests

TOC

  1. Requirements
  2. Installation
  3. Configuration
  4. Usage
  5. Generator
  6. roadmap
  7. How to help
  8. License

Requirements

Coming soon

Installation

  npm install -g cometjs

Configuration

No need configuration

Usage

CLI Usage:

Usage: comet [command]

  new [name]  Make a subdirectory called <name> and create a new Meteor app,
	based in our skeleton, there.

Generate a new skeleton meteor stack with:

  comet new [name]

and after

	cd [name]
	meteor

Generator

Coming soon

Roadmap

Follow the CometJs Roadmap on Trello: https://trello.com/b/Wn2wCDCu/cometjs

Contributing

Coming soon

TODOS

  • Support scaffold
  • Create new themes with codebases in git repositories

License

Comet.js is available under the MIT license.