https://github.com/naturalcycles/js-libs
Standard library for universal (browser/server) javascript
https://github.com/naturalcycles/js-libs
lib typescript
Last synced: about 2 months ago
JSON representation
Standard library for universal (browser/server) javascript
- Host: GitHub
- URL: https://github.com/naturalcycles/js-libs
- Owner: NaturalCycles
- Created: 2018-10-16T21:04:09.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2026-04-25T08:28:42.000Z (2 months ago)
- Last Synced: 2026-04-25T10:24:19.961Z (2 months ago)
- Topics: lib, typescript
- Language: TypeScript
- Homepage: https://naturalcycles.github.io/js-libs/
- Size: 14.3 MB
- Stars: 19
- Watchers: 11
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- Codeowners: .github/CODEOWNERS
- Agents: AGENTS.md
Awesome Lists containing this project
README
## @naturalcycles/js-libs
> Monorepo for open source `@naturalcycles/*-lib` packages
# [Documentation](https://naturalcycles.github.io/js-libs/)
## Contributing
The commit message (i.e. the PR title) should follow semantic releases. It should indicate that it
contains such a change so that a new release is needed. This means that you should use `feat:` or
`fix:` to trigger a release. `chore:` commits will be regarded as cosmetic and they will not trigger
a release.