create-sip 1.0.1 → 1.0.2

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 +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -107,6 +107,12 @@ node op admin:generate
107
107
 
108
108
  Copy **config/default.json.example** to **config/default.json** file.
109
109
 
110
+ Command:
111
+
112
+ ```bash
113
+ node op conf:generate
114
+ ```
115
+
110
116
  ### Seed database
111
117
 
112
118
  Load data from JSON or CSV file.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-sip",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "main": "index.js",
5
5
  "bin": {
6
6
  "create-sip": "create-sip.js"