0.7.1 • Published 2 years ago

@taqtile/ts-mobx-extensions v0.7.1

Weekly downloads
41
License
MIT
Repository
github
Last release
2 years ago

taqtile-node-web-tools

lerna

Taqtile's Tools for Web and Node development

Development

This project uses Lerna to manage its packages.

Environment setup

  • Ensure you are using the proper node version - check current version in .nvmrc file
$ nvm use

or

$ nvm install
  • Install the dependencies
$ yarn

Boostrapping packages

To install and link all dependencies from packages, run:

$ yarn run bootstrap

Testing

To run all available tests from each package, run:

$ yarn run test

Publishing

To publish packages, run:

$ yarn run bump-version [major | minor | patch | premajor | preminor | prepatch | prerelease]
$ yarn run publish

Gotcha

Unfortunately, Lerna does not support custom publish directories (see issue), that's why we use a custom script to publish to npm.

0.7.1

2 years ago

0.6.0

3 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.3-alpha.1

5 years ago

0.3.3-alpha.0

5 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago