https://github.com/elsoul/kinpachi-cli
Kinpachi CLI
https://github.com/elsoul/kinpachi-cli
Last synced: about 1 month ago
JSON representation
Kinpachi CLI
- Host: GitHub
- URL: https://github.com/elsoul/kinpachi-cli
- Owner: elsoul
- License: apache-2.0
- Created: 2023-03-28T13:27:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-28T15:17:09.000Z (over 2 years ago)
- Last Synced: 2025-03-25T04:54:48.121Z (7 months ago)
- Language: TypeScript
- Size: 452 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

## Kinpachi AI Kit
Born & Ready to Assist Your OpenAI Chat Product
## What's Kinpachi?
Build OpenAI Chat Apps faster.
Powered by TypeScript, Jest, Prettier, and Google Cloud.## Dependency
- [TypeScript](https://www.typescriptlang.org/)
- [Node](https://nodejs.org/)
- [Yarn](https://yarnpkg.com/)
- [Google SDK](https://cloud.google.com/sdk/docs)
- [Docker](https://www.docker.com/)
- [GitHub CLI](https://cli.github.com/)
- [Git Crypt](https://github.com/AGWA/git-crypt)## Usage
## Install kinpachi
```bash
$ npm i -g kinpachi
```## Create Your Kinpach Chat APP
```bash
$ kinpachi init
```## Run local
```bash
$ kinpachi s
```Now you can access;
`http://localhost:4000`
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/elsoul/kinpachi-cli This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## License
The package is available as open source under the terms of the [Apache-2.0 License](https://www.apache.org/licenses/LICENSE-2.0).
## Code of Conduct
Everyone interacting in the Kinpachi project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/elsoul/kinpachi-cli/blob/master/CODE_OF_CONDUCT.md).