1.1.6 • Published 3 years ago

create-workerb-package v1.1.6

Weekly downloads
9
License
ISC
Repository
-
Last release
3 years ago

create-workerb-package

Its is a light weight utility tool to generate the boilerplate code for any workerb package. This package aims to reduce the time for development of any package on workerb platform.

Get Started Immediately

npm i -g create-workerb-package

The above command will download the utility on global csope so that you can start creating new packages anywhere in your system

After Installing create-workerb-package utility you can start building your packages by running the following command.

create-workerb-package

Alternatively

You can use npx as

npx create-workerb-package

After running this command the utility will prompt for new package name and description.

Package name & description:

Enter the package name and package description and then run the following commands:

cd <package-name>

npm run build

npm run build command will create a prduction build of the boilerplate code in the dist folder.

To run this code on workerb action bar you can follow the readme of wb-github package.

Link wb-github

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago