Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johno/sri-cli
Node CLI to generate Subresource Integrity hashes for your assets.
https://github.com/johno/sri-cli
Last synced: about 1 month ago
JSON representation
Node CLI to generate Subresource Integrity hashes for your assets.
- Host: GitHub
- URL: https://github.com/johno/sri-cli
- Owner: johno
- License: mit
- Created: 2015-10-01T20:03:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T12:31:00.000Z (almost 3 years ago)
- Last Synced: 2024-11-01T19:02:38.284Z (3 months ago)
- Language: JavaScript
- Size: 173 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# sri-cli [![Build Status](https://secure.travis-ci.org/johno/sri-cli.svg?branch=master)](https://travis-ci.org/johno/sri-cli) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)
CLI to generate Subresource Integrity hashes for your assets.
## Installation
```bash
npm i -g sri-cli
```## Usage
```sh
sri --help
```## License
MIT
## Acknowledgements
Heavily relies on [node-sri](https://github.com/odino/node-sri).
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull RequestCrafted with <3 by John Otander ([@4lpine](https://twitter.com/4lpine)).