0.9.0 • Published 7 years ago

npm-pkg-skeleton v0.9.0

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

npm-pkg-skeleton

This package is intended to be duplicated and edited when creating new npm packages.

Usage

  1. Clone npm-pkg-skeleton
git clone git@github.com:hudson155/npm-pkg-skeleton.git your-package-name --depth 1
cd your-package-name
git commit --amend -m "Init repo using \`npm-pkg-skeleton\`"
git remote rm origin
  1. Update the following files to reflect your new package
  • package.json
  • README.md
  • .idea/npm-pkg-skeleton.iml (just rename it)
  • .idea/modules.xml (1 line has to change)
  1. Reset dependencies
rm package-lock.json
nvm use
npm install
git add .
git commit -m "Update package.json for new repo"

Testing

npm test
0.9.0

7 years ago

0.8.0

7 years ago

0.7.0

7 years ago

0.6.0

7 years ago

0.5.0

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago