olive
v0.0.8
Published
A new scaffolding tool for building modern web apps
Maintainers
Readme
Olive
A new scaffolding tool for building modern web apps
Getting Started
Install Olive globally with:
npm install -g oliveOlive allows you to create your own project from a seed:
olive new <seed> [project]For example, you can create a new Olive project from the angular seed.
mkdir myapp && cd myapp
olive new angularContribution
See contributing guidelines.
