Releases: anikghosh256/kitty-cli
Releases · anikghosh256/kitty-cli
v0.4.1
Full Changelog: v0.4.0...v0.4.1
v0.4.0
v0.3.2
v0.3.1
v0.3.0
Now we can provide message to show as success message.
//config.json
{
"outputExtension": "js",
"sourceFile": "./example.kitty",
"dir": "./",
"inputs": {
"name": {},
"message": {
"default": "hi"
}
},
"successMessage": "Read README.md for more information."
}
What's Changed
- Success message added. by @anikghosh256 in #6
Full Changelog: v0.2.0...v0.3.0
v0.2.0
v0.1.2
v0.1.1
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Create LICENSE by @anikghosh256 in #1
New Contributors
- @anikghosh256 made their first contribution in #1
Full Changelog: https://github.com/anikghosh256/kitty-cli/commits/v0.1.0