Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)