talk-about-it
v1.2.10
Published
project types for the thing
Readme
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 [email protected]:wcjord/project-types.gitSet 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
