/atomar

Primary LanguageTypeScript

Documentation

Docs available here: docs

Also, I recommend you to read tests and source code for deeper knowledge.

Development and publishing

Use lerna to manage the packages.

Install and link dependencies

npx lerna bootstrap

Compile

npx lerna run compile

Test

npx lerna run test

Publish

git commit ...
npx lerna version
npx lerna publish from-package