Skip to content

A component.io based builder for making JS packages

Notifications You must be signed in to change notification settings

jhnns/apps-b-builder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#apps-b-builder

A component.io based builder for making JS packages.

##Quick Start

$ sudo npm install apps-b-builder -g

Then specify the input and output path to build:

# relative to current working directory
$ apps-b build ./src/ ./build/

If you wish to serve a particular directory (an example):

# relative to current working directory
$ apps-b serve ./example

About

A component.io based builder for making JS packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 90.5%
  • JavaScript 9.5%