Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 

README.md

omi-cli

The Omi command line utility.

Installation

Prerequisites: Node.js (>=6.x), npm version 3+

$ npm install omi-cli -g

Usage

$ omi init                  // in current directory
$ omi init [project name]   // in new directroy named project name

Example:

$ omi init app

omi-cli will run npm to install dependencies.

Scaffolding

Using Gulp + Webpack + Babel + BrowserSync Scaffolding.

You can modify your project name,or modify the project detail by npm init.

development

$ npm run dev

build

$ npm run dist

About

The Omi command line utility.

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.