A collection of tools that use promises
The name is from “esperanza” which is a Spanish word for “hope”.
This project follows the conventional commits spec.
npm run test-watch
npm run test
npm run create-package <library-name>
For example, running the following:
npm run create-package my-library
...will create the library named @sprnz/my-library
library under ./packages
npm run ls buildDist
lerna version --conventional-commits -m "chore(release): publish"
lerna publish from-git
If the initial publish fails run:
lerna publish from-package