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

https://github.com/smarthead/mrm-preset

Mrm Preset ✨ from SmartHead
https://github.com/smarthead/mrm-preset

eslint mrm mrm-preset prettier stylelint

Last synced: 11 months ago
JSON representation

Mrm Preset ✨ from SmartHead

Awesome Lists containing this project

README

          

# Mrm Preset

[Mrm](https://mrm.js.org) Preset ✨ from SmartHead

This preset includes the following Mrm tasks

```
package
gitignore
editorconfig
gitattributes
browserslist
stylelint
typescript
lint-staged
```

## Usage

You should initialize Git in your project before run mrm

```
git init
```

Running mrm with this mrm preset

```
npx -p mrm -p @smarthead/mrm-preset@latest mrm --preset @smarthead/mrm-preset default -i
```