Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mloberg/preset

A collection of presets for use-preset
https://github.com/mloberg/preset

Last synced: 9 days ago
JSON representation

A collection of presets for use-preset

Awesome Lists containing this project

README

        

# mloberg/preset

A collection of presets for use with [use-preset](https://usepreset.dev/).

## ESLint

Add [ESLint](https://eslint.org/) and [Prettier](https://prettier.io/) to a project.

Usage:

npx use-preset mloberg/preset:eslint

Options:

* `--typescript`: Use TypeScript parser

## Tailwind CSS

Add Tailwind CSS to a project. Creates a `tailwind.css` as a starter.

Usage:

npx use-preset mloberg/preset:tailwindcss

Options:

* `--form`: Install the [custom forms plugin](https://github.com/tailwindlabs/tailwindcss-custom-forms)
* `--typography`: Install the [typography plugin](https://github.com/tailwindlabs/tailwindcss-typography)

## Dependabot

Add a [Dependabot](https://docs.github.com/en/github/administering-a-repository/about-github-dependabot-version-updates)
config.

Usage:

npx use-preset mloberg/preset:dependabot