Jacdac TypeScript library
Перейти к файлу
peli 6fdb1332ee fix workflow 2020-06-22 12:17:52 -07:00
.github/workflows fix workflow 2020-06-22 12:17:52 -07:00
docs updated strategy 2020-06-22 12:01:27 -07:00
src updated strategy 2020-06-22 12:01:27 -07:00
test moving to other starter 2020-06-22 10:57:12 -07:00
tools updated docs 2020-06-22 11:55:13 -07:00
.editorconfig moving to other starter 2020-06-22 10:57:12 -07:00
.gitignore add docs folder 2020-06-22 11:46:24 -07:00
.npm-ignore moving to webpack 2020-06-22 08:57:35 -07:00
.travis.yml moving to other starter 2020-06-22 10:57:12 -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 2020-06-22 11:55:13 -07:00
SECURITY.md Initial SECURITY.md commit 2020-06-22 06:24:29 -07:00
package-lock.json patch build commands 2020-06-22 11:43:50 -07:00
package.json attempt at publishing 2020-06-22 12:16:54 -07:00
rollup.config.ts moving to other starter 2020-06-22 10:57:12 -07:00
tsconfig.json patch build commands 2020-06-22 11:43:50 -07:00
tslint.json updated strategy 2020-06-22 12:01:27 -07:00
webpack.config.js moving to webpack 2020-06-22 08:57:35 -07:00

README.md

JACDAC TypeScript

Importing library

You can import the generated bundle to use the whole library generated by this starter:

import * from 'jacdac-ts'

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
  • npm run commit: Commit using conventional commit style (husky will tell you to use it if you haven't 😉)

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.