Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.