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.

Usage no npm install needed!

<script type="module">
  import worklioCli from 'https://cdn.skypack.dev/worklio-cli';
</script>

README

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.