osstotalsoft / jsbb

JavaScript building blocks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

JavaScript building blocks

License:MIT License


Languages

Language:JavaScript 100.0%