1.1.8 • Published 3 years ago

@appruut/node-preset v1.1.8

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

'Contents'

Quick Set Up

npm i --save-dev mrm @appruut/node-preset

Add script to package.json file

{
 "scripts": {
   "mrm": "mrm --preset=@appruut/node-preset"
 }
}

and then run it as follows

## Initiate by creating config file
npm run mrm init
## Execute all tasks (for new projects)
npm run mrm all

Appveyor

Add appveyor.yml file

Circleci

Add .circleci/config.yml file

Contributor's List

Creates .github/CONTRIBUTING.md file

Editor Config File

Add .editorconfig file

Application Linting with eslint

Add .eslintrc.json & .eslintignore files. Installs eslint and @appruut/eslint-plugin npm packages.

GitHub templates

Add Github related templates

GitHub Actions

Add .github/workflows/test.yml file

Application git check .gitignore

Add .gitignore file. Defaults to the Node.js .gitignore recommendations

GitHub Labels

Add a script to sync labels with Github

Application Licensing

Add LICENSE.md file. Defaults to MIT

Package release management

Add np for npm package release management. Create .npmrc

Package.json

Add package.jsonfile and configures/installs dependencies

Package security

Add "publishConfig" to package.json depending on the type of organization you are in. Defaults to "public".

Prettier config

Add prettier files .prettierignoreand .prettierrc to the project

Probots

Configure certain probot applications

Readme file

Add README.md

TOC

Generate TOC for readme.md file

Validate Commits

Enforce commit message convention

1.1.1

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.0

3 years ago

1.0.19

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago