https://github.com/parzh/package-javascript
Template for an npm package
https://github.com/parzh/package-javascript
Last synced: 7 months ago
JSON representation
Template for an npm package
- Host: GitHub
- URL: https://github.com/parzh/package-javascript
- Owner: parzh
- Created: 2020-03-06T20:34:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-06T21:39:53.000Z (almost 6 years ago)
- Last Synced: 2025-03-18T17:58:14.612Z (10 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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!