Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jaid/babel-preset-jaid

These are my personal Babel presets. They aim for minimizing boilerplate for projects that need Babel.
https://github.com/jaid/babel-preset-jaid

babel babel-config babel-preset babeljs dont-repeat-yourself dry jaid javascript transpiler

Last synced: 27 days ago
JSON representation

These are my personal Babel presets. They aim for minimizing boilerplate for projects that need Babel.

Awesome Lists containing this project

README

        

# babel-preset-jaid

License Sponsor babel-preset-jaid
Build status Commits since v17.0.0 Last commit Issues
Latest version on npm Dependents Downloads

**These are my personal Babel presets. They aim for minimizing boilerplate for projects that need Babel.**

#### Pure ESM library

:information_source: This package has only ESM exports. You should `import` it from MJS files or [read more here](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).

## Installation

babel-preset-jaid on npm

```bash
npm install --save-dev babel-preset-jaid@^17.0.0
```

babel-preset-jaid on Yarn

```bash
yarn add --dev babel-preset-jaid@^17.0.0
```

## Development

Development hints for maintaining and improving babel-preset-jaid

Setting up:
```bash
git clone [email protected]:jaid/babel-preset-jaid.git
cd babel-preset-jaid
npm install
```
Testing:
```bash
npm run test:dev
```
Testing in production environment:
```bash
npm run test
```

## License
[MIT License](https://raw.githubusercontent.com/jaid/babel-preset-jaid/master/license.txt)
Copyright © 2022, Jaid \ (https://github.com/jaid)