update README.md

This commit is contained in:
Chen Asraf
2022-03-03 21:53:50 +02:00
parent 1783ddf230
commit e26a434dba
2 changed files with 3 additions and 3 deletions

View File

@@ -104,7 +104,7 @@ const config = {
output: path.join(__dirname, "src", "components"),
createSubFolder: true,
subFolderNameHelper: "upperCase"
locals: {
data: {
property: "value",
},
helpers: {
@@ -290,5 +290,5 @@ Some tips on getting around the code:
enabling you to test different behaviors. See `yarn cmd -h` for more information.
> This requires an updated build, and does not trigger one itself. Either use `yarn dev` to watch
> for changes and build, or `yarn build` before running this, or use `yarn build-cmd` instead,
> for changes and build, or `yarn build` before running this, or use `yarn build-cmd` instead,
> which triggers a build right before running the command with the rest of the given arguments.

View File

@@ -1,6 +1,6 @@
{
"name": "simple-scaffold",
"version": "1.0.2",
"version": "1.0.3",
"description": "Create files based on templates",
"repository": "https://github.com/chenasraf/simple-scaffold.git",
"author": "Chen Asraf <inbox@casraf.com>",