cd
into itnpm run prepare
to install any missing dependenciesnpm run compile
to compile the projectnpm test
to test the projectnpm link
to make this development instance of the projects available to other projects (via npm link docpad
)cd
into itnpm link docpad
to link our local development instance of DocPad that we setup earlier to our DocPad plugincake install
to install any missing dependenciescake compile
to compile the projectcake test
to test the projectnpm link
to make this development instance of the project available to other projects (via npm link docpad-plugin-PLUGINNAME
)