0.1.4 • Published 5 years ago

worklio-cli v0.1.4

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

Worklio Cli

This is a custom command line application for building of Worklio web application front-end assets. The entire code base is written in typescript and then compiled into javascript that node can understand without additional packages.

Install

# npm
npm install -g worklio-cli

# yarn
yarn global add worklio-cli

Development

# install
yarn

# start watch mode
yarn watch

Local Environment

To test the application in local environment, use the yarn link command. This will make the worklio command available on your machine.