Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 309 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 309 Bytes

Usage

  • 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!