- create new GitHub repo using https://github.com/parzh/package-javascript.git as a template;
- clone the new repo locally;
- run
npm init
to fill missing info (such as the "name" and "author" fields); - (optional) remove the
"private": true
failsafe; - start developing the new package!