3.0.0 • Published 4 years ago

@totalsoft/pure-rules v3.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

jsbb

JavaScript building blocks for a better, safer, side-effect-free world.

"Sometimes, the elegant implementation is just a function. Not a method. Not a class. Not a framework. Just a function."

The blocks

Bootstrap

yarn install
lerna bootstrap

Build

lerna exec -- yarn build

Test

jest

Publish

lerna publish --contents build patch
lerna publish --contents build minor
lerna publish --contents build major