This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@pinetwork-js/mrm-preset

0.2.1 • Public • Published

MMR Preset

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

Getting started

npm install mrm @pinetwork-js/mrm-preset -D
# or with Yarn
yarn add mrm @pinetwork-js/mrm-preset -D

Add script to package.json file:

{
	"scripts": {
		"mrm": "mrm --preset @pinetwork-js/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, changelog, typescript and ci
  • base (alias) : runs respectively license, gitignore, editorconfig, beauty and changelog
  • beauty : setups ESLint and Prettier
  • changelog: setups a basic Changelog.md
  • ci : setups GitHub Actions
  • editorconfig : setups a EditorConfig file
  • gitignore : setups a Gitignore file
  • license : setups a MIT license
  • package : setups a complete package.json file
  • release-please : setups Release Please action
  • typescript : setups TypeScript

Package Sidebar

Install

npm i @pinetwork-js/mrm-preset

Weekly Downloads

1

Version

0.2.1

License

MIT

Unpacked Size

29.7 kB

Total Files

16

Last publish

Collaborators

  • b-derouet