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 8fcc7a6 commit 4f81654Copy full SHA for 4f81654
2 files changed
README.md
@@ -175,7 +175,7 @@ module.exports = class {{Name}} extends React.Component {
175
176
### Example Scaffold Output
177
178
-#### Directory structure
+### Output directory structure
179
180
```plaintext
181
- project
package.json
@@ -1,11 +1,11 @@
1
{
2
"name": "simple-scaffold",
3
- "version": "0.7.5",
+ "version": "0.7.2",
4
"description": "Create files based on templates",
5
"repository": "https://github.com/chenasraf/simple-scaffold.git",
6
"author": "Chen Asraf <inbox@casraf.com>",
7
"license": "MIT",
8
- "main": "dist/index.js",
+ "main": "dist/scaffold.js",
9
"bin": "dist/cmd.js",
10
"types": "index.d.ts",
11
"scripts": {
0 commit comments