Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

olive

olivejs34MIT0.0.8

A new scaffolding tool for building modern web apps

cli, front-end, web, development, scaffold, app, olive, seed, boilerplate

readme

Olive

NPM Version Downloads Build Status Coverage Status Dependency Status

A new scaffolding tool for building modern web apps

Getting Started

Install Olive globally with:

npm install -g olive

Olive 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 angular

Contribution

See contributing guidelines.