1.0.0 • Published 2 years ago

mutua-tiny-npm-deploy v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Deployment Checklist

  1. Make sure package name is unique
  2. Specify which files should be sent to NPM after publishing
  3. Split 'dependencies' and 'devDependencies'
  4. Set the package to be publicly accessible
  5. I fbuilding a CLI, configure the file to run
  6. Add a 'prePublish' script
  7. Commit to git
  8. Run 'npm publish'
  9. Voilaa!