0.1.1 • Published 5 months ago

cronofy-scheduler-embed v0.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

Developer documentation

To setup the development environment, run:

make init

To start development, run:

make dev

If using powprox for local API hosting (our default) you can set an environment variable to tell Node about a custom root CA in your .bash_profile or equivalent:

export NODE_EXTRA_CA_CERTS="$HOME/.powprox/ssl/ca/pow-root-ca.crt"

Alternatively, though not recommended, you can disable all TLS verification:

NODE_TLS_REJECT_UNAUTHORIZED=0 make dev

This will watch the source files and rebuild whenever you save changes. It will also host the demo app (demo/index.ejs) on port 8383

You can make a one-off development build (without watching the files or serving the demo) using:

make build_dev

You can make a production build with:

make build

Releasing a new version

  1. Run make bump_X, where X is patch, minor or major
  2. Merge the change to master
  3. Run the Scheduler embed release github action
0.1.1

5 months ago

0.1.0

5 months ago

0.0.8

1 year ago

0.0.3

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.1-rc2

2 years ago

0.0.1-rc1

2 years ago