Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oliversalzburg/nodejs
NodeJS target built with esbuild and Yarn project manager
https://github.com/oliversalzburg/nodejs
esbuild eslint nodejs prettier typescript yarn yarn3
Last synced: 23 days ago
JSON representation
NodeJS target built with esbuild and Yarn project manager
- Host: GitHub
- URL: https://github.com/oliversalzburg/nodejs
- Owner: oliversalzburg
- License: mit
- Created: 2022-04-05T12:00:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T12:57:31.000Z (4 months ago)
- Last Synced: 2024-07-08T16:04:52.321Z (4 months ago)
- Topics: esbuild, eslint, nodejs, prettier, typescript, yarn, yarn3
- Language: JavaScript
- Homepage:
- Size: 4.62 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project Template
## Does
- [Yarn](https://yarnpkg.com/)
- Uses [TypeScript](https://www.typescriptlang.org/)
- Tests with [Mocha](https://mochajs.org/) and [Chai](https://www.chaijs.com/), uses [c8](https://github.com/bcoe/c8) for code coverage
- Target application runs in [Node.js](https://nodejs.org/) as ESM
- [esbuild](https://esbuild.github.io/)
- [EditorConfig](https://editorconfig.org/) + [ESLint](https://eslint.org/) (with [@typescript-eslint](https://typescript-eslint.io/)) + [Prettier](https://prettier.io/) + [lint-staged](https://github.com/okonet/lint-staged)
- QA with [GitHub Actions](https://github.com/features/actions)
- [MkDocs](https://www.mkdocs.org/)-oriented Markdown in mind## GitHub Repository Configuration
Recommended setting for the new repository:
![Pull requests settings](docs/pull-requests.png)
![Branch protection settings](docs/branch-protection-rules.png)
![Actions permissions settings](docs/actions-permissions.png)