https://github.com/aitoroses/erlang-js
https://github.com/aitoroses/erlang-js
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/aitoroses/erlang-js
- Owner: aitoroses
- License: mit
- Created: 2017-02-26T12:13:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-15T11:58:17.000Z (over 8 years ago)
- Last Synced: 2025-04-07T10:35:54.943Z (about 1 year ago)
- Language: TypeScript
- Size: 146 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Erlang JS
## All package scripts
You can run the `info` script for information on each available package script.
```
yarn run info
info:
Display information about the scripts
build:
(Trash and re)build the library
lint:
Lint all typescript source files
unit:
Run unit tests
test:
Lint and test the library
watch:
Watch source files, rebuild library on changes, rerun relevant tests
watch:build:
Watch source files, rebuild library on changes
watch:unit:
Watch the build, rerun relevant tests on changes
cov:
Run tests, generate the HTML coverage report, and open it in a browser
html-coverage:
Output HTML test coverage report
send-coverage:
Output lcov test coverage report and send it to codecov
docs:
Generate API documentation and open it in a browser
docs:json:
Generate API documentation in typedoc JSON format
release:
Bump package.json version, update CHANGELOG.md, tag a release
```