Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Add decryption loader to docs #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/using-the-command-line-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.



Expand All @@ -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