quik-module-template
v1.0.0
Published
A cloneable template for creating quick modules
Downloads
2
Readme
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:
- Pick a module name an see if it exists on NPM or not (check on the NPM website or search using the commandline)
- Create a github repo with your module name
- Copy index.js file to your repo
- Run
npm init -y
command inside your repo folder - Fill out the index.js file that you copied
- Type
npm publish
and login if you're not logged in