Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 Request

Crafted with <3 by John Otander ([@4lpine](https://twitter.com/4lpine)).