@pi-base/compile

1.2.1 • Public • Published

build-test Coverage Status

Compiles, checks, and publishes a data bundle for the π-base viewer to view.

Running Locally

In the directory containing your data files, run one of

$  npx /path/to/compile # if you have a clone of this repo locally
$  npx @pi-base/compile # run the latest version from npm

In either case, this should start a server that watches for changes to local files and serves the compiled bundle. To use this bundle with your viewer, navigate to /dev and update your Host setting.

Publishing

Actions can be published on a releases branch using ncc

git checkout releases/v1
git merge master
yarn release
git add -f dist/index.js
git commit
git push

Once stable, they probably should be given a tag.

Readme

Keywords

Package Sidebar

Install

npm i @pi-base/compile

Weekly Downloads

0

Version

1.2.1

License

MIT

Unpacked Size

132 kB

Total Files

82

Last publish

Collaborators

  • jamesdabbs