Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gillesdemey/npm-registry
NPM registry server
https://github.com/gillesdemey/npm-registry
npm registry
Last synced: 2 months ago
JSON representation
NPM registry server
- Host: GitHub
- URL: https://github.com/gillesdemey/npm-registry
- Owner: gillesdemey
- License: mit
- Created: 2016-10-23T20:51:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-27T15:18:47.000Z (about 8 years ago)
- Last Synced: 2024-04-13T16:34:05.134Z (9 months ago)
- Topics: npm, registry
- Language: Go
- Size: 145 KB
- Stars: 9
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NPM registry
[![Build Status](https://travis-ci.org/gillesdemey/npm-registry.svg?branch=master)](https://travis-ci.org/gillesdemey/npm-registry)
[![Go Report Card](https://goreportcard.com/badge/github.com/gillesdemey/npm-registry)](https://goreportcard.com/report/github.com/gillesdemey/npm-registry)A very simple NPM registry proxy and backup server designed to be easy, fast and stable.
## Developing
This project requires a few optional dependencies to make development easier and more enjoyable.
You can skip this step if you feel more comfortable with other tools.
### Dependencies
Install the dependencies with `make deps`
`bra` is used to watch for code changes and recompile the server.
Install it with `go get -u github.com/Unknwon/bra`
Run the server with `make run`
### Testing
Run `make test`
You can also manually test the implementations using the `npm` cli utility.
ie. `npm ping --registry http://127.0.0.1:8080/`
## Acknowledgments
Inspiration was taken from other comparable community efforts:
* [https://github.com/dickeyxxx/npm-register](https://github.com/dickeyxxx/npm-register)
* [https://github.com/rlidwka/sinopia](https://github.com/rlidwka/sinopia)## License
MIT