Skip to content
/ sprnz Public

An assortment of promise-based helper utilities

License

Notifications You must be signed in to change notification settings

asartalo/sprnz

Repository files navigation

sprnz

CircleCI Maintainability Test Coverage

A collection of tools that use promises

The name is from “esperanza” which is a Spanish word for “hope”.

Development

This project follows the conventional commits spec.

Run tests in watch mode:

npm run test-watch

Run all tests:

npm run test

Create a new package:

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

Publishing

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

About

An assortment of promise-based helper utilities

Resources

License

Stars

Watchers

Forks

Packages

No packages published