dappbooster 0.1.1 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,2 +1,9 @@
1
1
  # dAB-cloner
2
+
2
3
  A script to clone dAppBooster and cleanup the history to freshly start your new project
4
+
5
+ # Usage
6
+
7
+ ```shell
8
+ $ npx dappbooster <projectDirectory>
9
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dappbooster",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Script to easily start your project with dAppBooster",
5
5
  "main": "index.js",
6
6
  "bin": {