To include in a project:
- 'npm install' if already in project package.json or 'npm install talk-about-it' for a new project
If you intend to edit types:
-
Git clone into a directory outside the project.
git clone git@bitbucket.org:wcjord/project-types.git
-
Set up npm link (https://docs.npmjs.com/cli/link.html) with:
In the local talk-about-it clone directory
cd ~/projects/talk-about-it-clone
Creates global link
npm link
Go to the project you're using talk-about-it in
cd ~/projects/node-bloggy
Link-install the package
npm link talk-about-it