0.0.3 • Published 8 years ago
shark-odin v0.0.3
odin-cli

A simple CLI for scaffolding odin.js projects.
Installation
Prerequisites: Node.js (>=4.x, 6.x preferred), npm version 3+ and Git.
$ npm install -g shark-odinUsage
$ odin gen <template-name> <project-name>Example:
$ odin gen webpack my-projectThe above command pulls the template from odinjs-templates/webpack, prompts for some information, and generates the project at ./my-project/.