Skip to content

osstotalsoft/nodebb

Repository files navigation

nodebb

NodeJs building blocks for distributed apps.

"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

Test

yarn test

Ts lint

yarn lerna run tslint

Publish

yarn lerna publish patch
yarn lerna publish minor
yarn lerna publish 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.