0.0.1-alpha • Published 2 years ago

paraphysical v0.0.1-alpha

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Getting Started

  1. Install Deno
  2. Run tests: $ deno test -A

Publishing

Tags starting with v are published to NPM via Github actions. See .github/workflows/ci-cd.yaml. Create release tags via Github for extra features like release notes.

Manual Publishing

deno run -A scripts/build.ts 0.0.0
cd npm
npm publish

See DNT for details

Read More