Skip to content

Instantly share code, notes, and snippets.

@Stuk
Created July 13, 2012 17:25
Show Gist options
  • Save Stuk/3106121 to your computer and use it in GitHub Desktop.
Save Stuk/3106121 to your computer and use it in GitHub Desktop.
Creating a new component with Montage minit
$ ls
index.html node_modules package.json ui
$ ./node_modules/montage/tools/minit/minit component my-component MyComponent
my-component.reel created.
Template expansion successful!
$ ls ui/
main.reel my-component.reel
$ cd ui/my-component.reel/
$ ls
my-component.css my-component.html my-component.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment