We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 302c27d commit 7b7bcbbCopy full SHA for 7b7bcbb
packages/init/bin/index.js packages/init/bin/d2-initpackages/init/bin/index.js renamed to packages/init/bin/d2-init
@@ -1 +1,2 @@
1
+#!/usr/bin/env node
2
console.log('creating sds ...')
packages/init/package.json
@@ -2,9 +2,9 @@
"name": "@dhis2/create",
3
"version": "5.2.0-alpha.3",
4
"description": "",
5
- "main": "bin/index.js",
+ "main": "src/index.js",
6
"bin": {
7
- "create-d2": "bin/index.js"
+ "d2-init": "bin/index.js"
8
},
9
"scripts": {
10
"test": "echo \"Error: no test specified\" && exit 1"
packages/init/src/index.js
@@ -0,0 +1 @@
+console.log('#init index.js')
0 commit comments