This folder contains all the neccesary tools to generate and publish a NPM package containing the synogroup library.
(If you’re reading this on npmjs.com, read the actual readme in the parent repository linked to the left for more Information about Synogroup itself)
# (from within this folder)
npm install # install tsc for the declaration file
npm version patch # or ensure that the version number differs from the last published version otherwise
# npm run publish-package # generates and publishes npm package
npm run make-package
Note that the generated types are currently slightly broken, manually remove import
s from index.d.ts
before publishing
npm publish --access public
npm run make-package
Generates the package code (index.js & index.d.ts) without publishing.
- Deno
- You need to be logged in to NPM with an account that can publish "@factsmission/synogroup"