Skip to content

Releases: anikghosh256/kitty-cli

v0.4.1

27 Jul 21:12
8e5e5e6
Compare
Choose a tag to compare

v0.4.0

02 Apr 05:42
502b37d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.4.0

v0.3.2

08 Jul 20:36
5df3c76
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

05 Jul 06:31
e9ef229
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

08 May 14:51
Compare
Choose a tag to compare

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

Full Changelog: v0.2.0...v0.3.0

v0.2.0

23 Apr 18:51
80b44ab
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.2.0

v0.1.2

23 Apr 11:24
1f0314f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

22 Apr 22:05
Compare
Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1

v0.1.0

22 Apr 15:10
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/anikghosh256/kitty-cli/commits/v0.1.0