2.1.2 • Published 3 years ago

@typescord/mrm-preset v2.1.2

Weekly downloads
16
License
MIT
Repository
github
Last release
3 years ago

Mrm Preset

Typescord preset for mrm to easily init projects and keep configuration files in-sync.

Getting started

npm install mrm @typescord/mrm-preset --save-dev
# or with Yarn
yarn add mrm @typescord/mrm-preset -D

Add script to package.json file:

{
	"scripts": {
		"mrm": "mrm --preset @typescord/mrm-preset"
	}
}

Run tasks:

npm run mrm all --interactive # or task1 task2 etc.
# or with Yarn
yarn mrm all --interactive # or task1 task2 etc.

--interactive, -i : to have the questions in an interactive way (instead of --config:foo bar --config:foo1 bar1 etc.).

Available tasks

  • all (alias) : runs respectively license, gitignore, editorconfig, beauty, package, typescript, jest and ci
  • base (alias) : runs respectively license, gitignore, editorconfig, beauty and package
  • beauty : setups ESLint and Prettier
  • ci : setups GitHub Actions
  • editorconfig : setups a EditorConfig file
  • gitignore : setups a Gitignore file
  • jest : setups Jest (and ts-jest if TypeScript is setup)
  • license : setups a MIT license
  • package : setups a complete package.json file
  • typescript : setups TypeScript
2.1.2

3 years ago

2.1.1

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.1.0

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

0.2.0

3 years ago

2.0.1

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago