Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mloberg/preset
- Owner: mloberg
- License: mit
- Created: 2020-08-19T22:53:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-08-21T23:09:40.000Z (over 4 years ago)
- Last Synced: 2024-12-24T10:13:12.785Z (15 days ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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