@coderundebug/test-package
v0.2.1
Published
Testing NPM packages. Do not use.
Readme
Test Package
Testing how to use NPM packages.
This is in the @coderundebug scope.
To public for the first time use the following command.
npm publish --access publicTo public after this use the following command.
npm publishInstall package as a dev (not part of the the main package, but only for testing/developement).
npm install <package> --save-dev