0.0.5 • Published 7 years ago

shark-odin v0.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

odin-cli Build Status npm package

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-odin

Usage

$ odin gen <template-name> <project-name>

Example:

$ odin gen webpack my-project

The above command pulls the template from odinjs-templates/webpack, prompts for some information, and generates the project at ./my-project/.

License

MIT