java-project-starter 1.0.0 → 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 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, "template.zip");
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "java-project-starter",
3
- "version": "1.0.0",
3
+ "version": "1.0.3",
4
4
  "description": "CLI tool to setup Java project",
5
5
  "bin": {
6
6
  "java-setup": "./index.js"
package/template.zip DELETED
Binary file