This is a spin off of CONNECT-platform/codedoc#68 (comment).
I would like to automate the steps used to publish coding-blog-plugin to NPM.
@loreanvictor, can you tell me the specific steps you take and commands you execute to publish coding-blog-plugin to NPM? The steps might include
- installing build tools,
- restoring dependencies,
- building,
- testing,
- creating the package, and
- publishing the package.