ember-cli-md5

Provides you with a component to generate MD5 hashes

Usage no npm install needed!

<script type="module">
  import emberCliMd5 from 'https://cdn.skypack.dev/ember-cli-md5';
</script>

README

Ember CLI MD5

The addon provides you a component to generate MD5 hashes.

The input component is based on JavaScript-MD5.

Installation

npm install --save-dev ember-cli-md5
ember generate md-5

Usage

{{md-5 value='StringToBeHashed'}}

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 a new Pull Request