Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shiyinq/shi-kata
Unofficial Snippets (CLI Version) for Kata ML
https://github.com/shiyinq/shi-kata
Last synced: about 12 hours ago
JSON representation
Unofficial Snippets (CLI Version) for Kata ML
- Host: GitHub
- URL: https://github.com/shiyinq/shi-kata
- Owner: Shiyinq
- Created: 2019-03-18T09:33:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T04:02:04.000Z (almost 2 years ago)
- Last Synced: 2024-08-11T00:03:44.295Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 536 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shi-kata
Make basic flow, action types for quickly.## Install
```
npm i -g shi-kata
```## How to Use
```
Usage: shi-kata [options] [command]Make flow, action types and more(comming soon)
Options:
-v, --version output the version number
-h, --help output usage informationCommands:
tutorial|tutor Tutorial make a bot with Kata Platform
kata-cli|cli Tutorial Kata-CLI
documentation|docs Documentation Kata Platform
sample-bot|sbot Generate Example bot
make-flow|mf Generate new flow
mf-opening|mfo Generate flow opening
mf-smalltalk|mfs Generate flow smalltalk
mf-fallback|mff Generate flow fallback
action-list|actl Generate Action Types from list
action|act Generate Action Types
```@Shiyinq