create-sipere 0.9.0 → 0.9.1

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.
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # Create-sipere
2
+
3
+ Express REST API handler
package/lib/generator.js CHANGED
@@ -48,6 +48,7 @@ Sipere REST API skeleton created
48
48
  Read docs/user_doc.md
49
49
  Run next commands:
50
50
  cd ${name}
51
+ node op conf:generate
51
52
  node op key:generate
52
53
  npm run dev
53
54
  Usable commands:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-sipere",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "main": "create-sipere.js",
5
5
  "bin": {
6
6
  "create-sipere": "create-sipere.js"
@@ -16,6 +16,7 @@
16
16
  "license": "ISC",
17
17
  "dependencies": {
18
18
  "@dotenvx/dotenvx": "^1.51.0",
19
+ "@sipere/op-cli": "^0.9.0",
19
20
  "bcryptjs": "^2.4.3",
20
21
  "cors": "^2.8.5",
21
22
  "dotenv-flow": "^4.1.0",