https://github.com/zxkane/appsync-ts-demo
AWS Appsync client demo
https://github.com/zxkane/appsync-ts-demo
Last synced: 3 months ago
JSON representation
AWS Appsync client demo
- Host: GitHub
- URL: https://github.com/zxkane/appsync-ts-demo
- Owner: zxkane
- Created: 2020-08-19T04:37:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T13:45:59.000Z (almost 3 years ago)
- Last Synced: 2025-02-02T02:43:09.781Z (8 months ago)
- Language: TypeScript
- Size: 2.04 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# typescript-cli-boilerplate
boilerplate template for a cli application written with TypeScript
## How to commit
This project has [commitlint](https://github.com/conventional-changelog/commitlint) which requires a specific syntax for commit messages.The format should follow `git commit -m ":emoji: (subject) message".
Emoji's shoudl follow the format defined in [gitmoji](https://gitmoji.carloscuesta.me/).
Subject should be some feature of the application or some component of development (i.e. devops, lifecycle).
The message should be descriptive and brief describing the changes made. The message must follow sentence casing.