Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 1.32 KB

README.md

File metadata and controls

48 lines (39 loc) · 1.32 KB

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
yarn lerna bootstrap

Build

yarn lerna run build

Lint typescript definitions

yarn lerna run tslint

Test

yarn test

Publish

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

License

NodeBB is licensed under the MIT license.

Contributing

When using Visual Studio Code please use the extension Licenser for applying the license header in files.