Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robertoachar/gpr-project
A playground for GitHub Package Registry with npm.
https://github.com/robertoachar/gpr-project
github github-package-registry node npm package registry
Last synced: about 2 months ago
JSON representation
A playground for GitHub Package Registry with npm.
- Host: GitHub
- URL: https://github.com/robertoachar/gpr-project
- Owner: robertoachar
- License: mit
- Created: 2019-09-26T19:03:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-26T20:03:51.000Z (over 5 years ago)
- Last Synced: 2024-11-13T21:17:12.792Z (3 months ago)
- Topics: github, github-package-registry, node, npm, package, registry
- Language: JavaScript
- Homepage: https://robertoachar.dev/blog/github-package-registry-npm
- Size: 2.93 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# gpr-project
[![License][license-badge]][license-url]
> A playground for GitHub Package Registry with npm.
## Development
- Clone the repo
```bash
$ git clone https://github.com/robertoachar/gpr-project.git
```- Install dependencies
```bash
$ npm install
```- Run scripts
| Action | Usage |
| ---------------------- | -------------- |
| Start development mode | `npm start` |
| Lint code | `npm run lint` |## Related
- [gpr-project](https://github.com/robertoachar/gpr-project)
## Author
[Roberto Achar](https://twitter.com/robertoachar)
## License
[MIT](https://github.com/robertoachar/gpr-project/blob/master/LICENSE)
[license-badge]: https://img.shields.io/github/license/robertoachar/gpr-project.svg
[license-url]: https://opensource.org/licenses/MIT