Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/g-harel/npmfs
javascript package inspector
https://github.com/g-harel/npmfs
compare diff npm online viewer
Last synced: 6 days ago
JSON representation
javascript package inspector
- Host: GitHub
- URL: https://github.com/g-harel/npmfs
- Owner: g-harel
- License: mit
- Created: 2019-05-04T03:01:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T04:13:45.000Z (about 2 months ago)
- Last Synced: 2024-12-08T19:21:10.080Z (15 days ago)
- Topics: compare, diff, npm, online, viewer
- Language: Go
- Homepage: https://npmfs.com
- Size: 231 KB
- Stars: 102
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - npmfs - harel | 91 | (Go)
README
# [npmfs](https://npmfs.com)
## Development
```bash
$ go run main.go
```_Requires a least `go1.11` (for go modules support) and `git` to be installed._
_Replace `go` with [`gin`](https://github.com/codegangsta/gin) for auto-restarts._
##
Tests are run using the standard go test command (`go test ./...`).
## Deployment
This project is hosted on [Google Cloud Platform](https://cloud.google.com/)'s [Cloud Run](https://cloud.google.com/run/) product _(currently in beta)_.
The [deployment workflow](./.github/main.workflow) uses [GitHub Actions](https://developer.github.com/actions/) to publish a new image and update the running service on push.
## License
[MIT](./LICENSE)