JSPM

olive

0.0.8
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q38409F
  • License MIT

A new scaffolding tool for building modern web apps

Package Exports

  • olive

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (olive) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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.