From f6911d3939f34ae299a76df5b08386f7b015cfb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ganslandt?= Date: Thu, 8 Nov 2018 09:49:57 +0100 Subject: [PATCH] Add decryption loader to docs --- docs/using-the-command-line-interface.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/using-the-command-line-interface.md b/docs/using-the-command-line-interface.md index 4d0cb60..104bec5 100644 --- a/docs/using-the-command-line-interface.md +++ b/docs/using-the-command-line-interface.md @@ -132,6 +132,8 @@ Examples Tips ---- +### NPM + Using NPM, you can create custom scripts in the `package.json` file to automate much of the encryption/decryption process. ```js @@ -148,7 +150,9 @@ Simply run `$ npm run encrypt` or `$ npm run decrypt` to execute these commands. If you have installed `node-cipher` locally, NPM will automatically prefer the binary found in `node_modules/.bin` over a global binary. Read more about using local binaries within NPM [here][external_link_npm-scripts]. +### Webpack +If you use webpack to process your files you can also use [decryption-loader][external_link_decryption-loader] to decrypt them. @@ -167,3 +171,5 @@ If you have installed `node-cipher` locally, NPM will automatically prefer the b [external_package_inquirer]: https://npmjs.org/package/inquirer [external_link_npm-scripts]: http://firstdoit.com/npm-scripts/ + +[external_link_decryption-loader]: https://www.npmjs.com/package/decryption-loader \ No newline at end of file