1.0.0 • Published 5 years ago

quik-module-template v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

quik-module-template

A cloneable template for creating quick modules

Prerequisites:

  • Github account
  • An NPM account
  • NPM/Node installed
  • You know how to create a github repo and upload files to it

How to make this your own: 1. Pick a module name an see if it exists on NPM or not (check on the NPM website or search using the commandline) 2. Create a github repo with your module name 3. Copy index.js file to your repo 4. Run npm init -y command inside your repo folder 5. Fill out the index.js file that you copied 6. Type npm publish and login if you're not logged in

1.0.0

5 years ago