Skip to content

gemstonejs/gemstone-tool-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gemstone Tool: Frontend

About

This is the Gemstone Tool plugin for Frontend Tools of the Gemstone JavaScript Technology Stack.

Usage

$ npm install -g gemstone-tool
$ npm install -h gemstone-tool-frontend
$ gemstone frontend-build [...]
const Gemstone = require("gemstone-tool")
let gemstone = new Gemstone({ verbose: true, color: true })
gemstone.use("frontend-build").exec("build", { ... }, [ ... ]).then((output) => {
    ...
}).catch((err) => {
    ...
})

Copyright & License

Copyright © 2016-2019 Gemstone Project
Licensed under Apache License 2.0