Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.01 KB

File metadata and controls

54 lines (35 loc) · 1.01 KB

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

npm set //registry.npmjs.org/:_authToken=<your-granular-token>
yarn lerna publish patch -- --no-verify-access
yarn lerna publish minor -- --no-verify-access
yarn lerna publish major -- --no-verify-access

When npm push fails:

git push origin --delete v2.5.1; git tag -d v2.5.1; git revert HEAD --no-edit; git push

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.