Skip to content

Dafyh/npm-packages

 
 

Repository files navigation

openally

NPM Packages

OpenAlly monorepo to store common organization npm packages

license maintained vulnerabilities typescript esm-cjs

Requirements

Available packages

Click on one of the links to access the documentation of the package:

name package and link
timestore @openally/timestore
ephemeral-map @openally/timemap
mutex @openally/mutex
result @openally/result

These packages are available in the Node Package Repository and can be easily installed with npm or yarn.

$ npm i @openally/timestore
# or
$ yarn add @openally/timestore

Build

To install and compile all workspaces, just run the following command at the root

$ npm ci
$ npm run build

Test

Running test with npm workspace:

$ npm run test -w <workspace>

Publishing package

Each packages has his own prepublishOnly to build TypeScript source before publishing.

$ npm publish -w <workspace>

Contributors ✨

All Contributors

Thanks goes to these wonderful people (emoji key):

Gentilhomme
Gentilhomme

💻 📖 🐛 ⚠️ 🛡️
Dafyh
Dafyh

💻

License

MIT

About

OpenAlly NPM packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%