Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pd4d10/npmview
A web application to view npm package files
https://github.com/pd4d10/npmview
npm rescript
Last synced: 7 days ago
JSON representation
A web application to view npm package files
- Host: GitHub
- URL: https://github.com/pd4d10/npmview
- Owner: pd4d10
- License: mit
- Created: 2018-10-14T03:40:01.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-10-06T05:32:10.000Z (about 1 year ago)
- Last Synced: 2024-07-31T22:38:54.376Z (3 months ago)
- Topics: npm, rescript
- Language: TypeScript
- Homepage: https://npmview.vercel.app
- Size: 1.7 MB
- Stars: 130
- Watchers: 2
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# npmview
A web application to view npm package files. | https://npmview.vercel.app
![Screenshot](assets/screenshot.png)
## Self-hosting for private NPM
Use `VITE_UNPKG_URL` env to customize API, which should be UNPKG compatible:
```sh
VITE_UNPKG_URL=https://your-private-unpkg.org yarn build
```## Credits
- [UNPKG](https://unpkg.com)
## License
MIT