@rse/nunjucks-cli 0.9.6 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,10 +18,16 @@ an output file based on a template input file where your configuration can be ex
18
18
  Installation
19
19
  ------------
20
20
 
21
- ```
21
+ ```sh
22
22
  $ npm install -g @rse/nunjucks-cli
23
23
  ```
24
24
 
25
+ Alternatively, instead of globally installing it, let it be automatically installed on-the-fly:
26
+
27
+ ```sh
28
+ $ npx @rse/nunjucks-cli [...]
29
+ ```
30
+
25
31
  Usage
26
32
  -----
27
33
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rse/nunjucks-cli",
3
3
  "publishConfig": { "access": "public" },
4
- "version": "0.9.6",
4
+ "version": "1.0.0",
5
5
  "description": "Nunjucks Template Rendering Command-Line Interface",
6
6
  "author": {
7
7
  "name": "Dr. Ralf S. Engelschall",