@factsmission/synogroup
v2.2.0
Published
This folder contains all the neccesary tools to generate and publish a NPM package containing the synogroup library.
Downloads
18
Readme
SynoGroup NPM Package
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)
How to
# (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
Testing (-ish)
npm run make-package
Generates the package code (index.js & index.d.ts) without publishing.
Prerequiites
- Deno
- You need to be logged in to NPM with an account that can publish "@factsmission/synogroup"