UNPKG

baobab

Version:

JavaScript persistent data tree with cursors.

20 lines (14 loc) 356 B
# Contributing to Baobab Contributions are obviously welcome. Be sure to add relevant unit tests, lint & build the code before submitting your pull request. ```bash # Installing the dev environment git clone git@github.com:Yomguithereal/baobab.git cd baobab npm install # Running the tests npm test # Linting & building npm run lint npm run build ```