To be used when building a new personal project from scratch.
A template for developing JavaScript projects, with sensible defaults.
Click the Use this template
button at the top of the page
to create a new repository with this repo as the initial state.
This template comes with sensible default configurations in the following files:
├── .editorconfig
├── .gitignore
├── .prettierignore
├── .prettierrc.yml
├── biome.jsonc
└── package.json
See the scripts
section in the package.json
file.
This project is licensed under MIT.