digipost-chrome-extension-end-to-end-crypto

(★ 9)

⛔️UNSUPPORTED Extension til Google Chrome for dekryptering av prekrypterte brev i nettleseren.

File Explorer

  • .gitignore
  • .jshintignore
  • gulpfile.js
  • LICENSE
  • package.json
  • README.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

gulp

View Details ▼

JavaScript task runner and streaming build system.
Tasks are defined within `gulpfile.js` at the project root.

gulp

Run the default task:

gulp {{task}} {{othertask}}

Run individual tasks:

gulp --tasks

Print the task dependency tree for the loaded gulpfile:

// repository documentation