Jacdac TypeScript library
Перейти к файлу
peli 8cf64b5de0 rename constants 2020-06-24 10:31:45 -07:00
.github/workflows another way to do github pages 2020-06-23 09:53:10 -07:00
docs fixing slider demo 2020-06-24 09:54:25 -07:00
src rename constants 2020-06-24 10:31:45 -07:00
test renaming files 2020-06-22 18:34:29 -07:00
.gitignore attempt at publishing to npm 2020-06-23 06:56:16 -07:00
.npm-ignore removing typedoc 2020-06-22 20:25:16 -07:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-06-22 06:24:26 -07:00
LICENSE Initial LICENSE commit 2020-06-22 06:24:27 -07:00
README.md updated docs typos 2020-06-23 07:04:37 -07:00
SECURITY.md Initial SECURITY.md commit 2020-06-22 06:24:29 -07:00
package-lock.json chore(release): 1.0.14 [skip ci] 2020-06-24 16:59:17 +00:00
package.json chore(release): 1.0.14 [skip ci] 2020-06-24 16:59:17 +00:00
rollup.config.ts fix build 2020-06-23 09:29:25 -07:00
tsconfig.json working on console 2020-06-23 22:35:37 -07:00
tslint.json patch: add lint to build 2020-06-22 16:31:52 -07:00

README.md

JACDAC TypeScript

This repository contains a TypeScript/JavaScript client library for the JACDAC protocol.

The rest of this page is meant developing the jacdac-ts library.

Devevelop setup

Setup

  • run npm install

Build watch

You can do npm run start to watch/build bundles

Commits create releases

The releases are automatically created by the build system based on the title of the commit:

  • patch|fix:... patch
  • minor:feature:... minor

NPM scripts

  • npm t: Run test suite
  • npm start: Run npm run build in watch mode
  • npm run test:watch: Run test suite in interactive watch mode
  • npm run test:prod: Run linting and generate coverage
  • npm run build: Generate bundles and typings, create docs
  • npm run lint: Lints code

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.