Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viniciuskneves/berlinglish
Berlin in English Twitter BOT
https://github.com/viniciuskneves/berlinglish
berlin english-twitter-bot hacktoberfest news nodejs twitter twitter-bot
Last synced: 10 days ago
JSON representation
Berlin in English Twitter BOT
- Host: GitHub
- URL: https://github.com/viniciuskneves/berlinglish
- Owner: viniciuskneves
- License: mit
- Created: 2020-03-17T19:24:47.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T19:16:46.000Z (almost 2 years ago)
- Last Synced: 2024-09-05T00:02:19.082Z (4 months ago)
- Topics: berlin, english-twitter-bot, hacktoberfest, news, nodejs, twitter, twitter-bot
- Language: TypeScript
- Homepage: https://twitter.com/berlinglish
- Size: 870 KB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS CDK v2 Typescript template
This template is an opinionated template on top of AWS CDK v2 default Typescript template.
It adds:
- Linting through ESLint with Prettier and Typescript;
- Git hooks through Husky (before commit and before push);
- CI/CD through GitHub Actions;
- Node 14 as default through `.nvmrc` and `tsconfig.json`;
- Dependabot to update dependencies (NPM and Actions);**Rename files, especially the stack file, in order to bring a better naming to your project.**
## Available commands
- `npm test`: runs Jest
- `cdk:synth`: shorthand to `cdk synth`
- `cdk:deploy`: shorthand to `cdk deploy --all`
- `lint`: runs ESLint with some configuration
- `lint:fix`: same as `lint` but `--fix` is applied