@airmoney-degn/airmoney-cli 0.19.1 → 0.19.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.
- package/dist/cli/create.js +1 -1
- package/dist/config.json +1 -1
- package/package.json +1 -1
package/dist/cli/create.js
CHANGED
|
@@ -47,7 +47,7 @@ async function createCommand({ name, template, locationFolder, quiet, }) {
|
|
|
47
47
|
const projectPath = path.join(process.cwd(), folderName);
|
|
48
48
|
if (template) {
|
|
49
49
|
(0, LogService_1.log)('cloning project').white();
|
|
50
|
-
(0, child_process_1.execSync)(`git clone --separate-git-dir=$(mktemp -u) https://github.com/
|
|
50
|
+
(0, child_process_1.execSync)(`git clone --separate-git-dir=$(mktemp -u) https://github.com/airmoney-degn/airmoney-dapp-quickstart ${folderName}`);
|
|
51
51
|
if (fs.lstatSync(path.join(projectPath, '.git')).isDirectory()) {
|
|
52
52
|
fs.rmdirSync(path.join(projectPath, '.git'));
|
|
53
53
|
}
|
package/dist/config.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@airmoney-degn/airmoney-cli",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.2",
|
|
4
4
|
"description": "airmoney-cli is a command-line interface tool designed to facilitate the development and management of decentralized applications (DApps) for Airmoney.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|