java-project-starter 1.0.2 → 1.0.3
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/index.js +2 -2
- package/package.json +1 -1
- package/template.zip +0 -0
package/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
1
|
+
#!/usr/bin/env node
|
|
2
2
|
|
|
3
3
|
const path = require("path");
|
|
4
4
|
const fs = require("fs");
|
|
5
5
|
const AdmZip = require("adm-zip");
|
|
6
6
|
|
|
7
|
-
const zipPath = path.join(__dirname, "
|
|
7
|
+
const zipPath = path.join(__dirname, "template1.zip");
|
|
8
8
|
const outputPath = process.cwd(); // Extract where user runs command
|
|
9
9
|
|
|
10
10
|
console.log("Setting up Java project...");
|
package/package.json
CHANGED
package/template.zip
DELETED
|
Binary file
|