0.1.0 • Published 8 years ago

meteor-tutorial-cli v0.1.0

Weekly downloads
2
License
ISC
Repository
-
Last release
8 years ago

meteor-tutorial-cli

CLI for creating Meteor Tutorials

Install

npm install meteor-tutorial-cli

Usage

Patch file

filename is optional.

meteor-tutorial patch [filename]

Git Log to file

filename is optional.

meteor-tutorial log [filename]

New step

number is optional.

If number is not specified then step number is auto-generated based on latest Step XX.XX commit.

meteor-tutorial step <description> [number]

Roadmap

  • Auto tags based on Step X.X: format

Notes

Based on kamilkisiela/socially-helpers.