gemstone-tool-frontend

0.9.87 • Public • Published

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

Package Sidebar

Install

npm i gemstone-tool-frontend

Weekly Downloads

18

Version

0.9.87

License

Apache-2.0

Unpacked Size

27.7 kB

Total Files

5

Last publish

Collaborators

  • rse