0.7.1 • Published 2 years ago

taq-node-web-tools v0.7.1

Weekly downloads
-
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.7.0

2 years ago

1.0.3-alpha.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago