- New repository
- Initialize this repository with a README
- Add .gitignore Node
- Add a license MIT License
- Create repository
- Clone or download
- Copy to clipboard
# git clone <paste>
# git config user.name "<name>"
# git config user.email "<email>"
npm init -y
# edit package.json
# s/1.0.0/0.0.0
# "type": "module",
# s/ISC/MIT
# edit index.js
git add .
git commit -m "Initial pkg"
npm version minor
git push --follow-tags
npm publish