treenode
npm install parsegraph-treenodeThis is for Node projects:
1. Pick a new package name.
2. Go to https://github.com/parsegraph/ and create a new repository using that name.
3. Clone latest microproject from https://github.com/parsegraph/treenode
4. Run ./update-package-name.sh with your package name:
# Set the package name to test
./update-package-name.sh test
5. Commit (e.g. "Give package a name")
6. Push the repository to Github.