Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulrberg/javascript-template
A template for developing JavaScript projects, with sensible defaults
https://github.com/paulrberg/javascript-template
eslint javascript prettier template yarn
Last synced: 2 months ago
JSON representation
A template for developing JavaScript projects, with sensible defaults
- Host: GitHub
- URL: https://github.com/paulrberg/javascript-template
- Owner: PaulRBerg
- Created: 2020-06-25T12:44:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-13T16:29:39.000Z (7 months ago)
- Last Synced: 2024-11-02T11:10:15.851Z (2 months ago)
- Topics: eslint, javascript, prettier, template, yarn
- Language: JavaScript
- Homepage:
- Size: 2.45 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# JavaScript Template
A template for developing JavaScript projects, with sensible defaults.
## Getting Started
Click the [`Use this template`](https://github.com/PaulRBerg/javascript-template/generate) button at the top of the page
to create a new repository with this repo as the initial state.## Features
### Sensible Defaults
This template comes with sensible default configurations in the following files:
```text
├── .editorconfig
├── .eslintignore
├── .eslintrc.yml
├── .gitignore
├── .prettierignore
├── .prettierrc.yml
└── package.json
```### Dependency Management
This template uses [Bun](https://bun.sh) for managing dependencies.
## Usage
See the `scripts` section in the [`package.json`](./package.json) file.
## License
This project is licensed under MIT.