feat(output): print output parameters (#458)

*  print output parameters

* 📝 add output table

* ⚗️ try output parameters

* ⚗️ stringify output

* ⚗️ try test output

* 🔥 remove test output

* 💚 build and lint code

* 🔥 remove output test

* 🔒 fix vulnerabilities

* 🎨 renaming staled variables

* 🎨 build code

* 📝 update contributing commands
This commit is contained in:
Falk Puschner
2021-06-03 15:18:48 +02:00
committed by GitHub
parent 1648064648
commit 3e6d35b685
7 changed files with 1924 additions and 1932 deletions

View File

@@ -21,19 +21,19 @@ $ npm test
Run the tests and display only the first failing tests :heavy_check_mark:
```bash
$ npm test:only-errors
$ npm run test:only-errors
```
Run the tests with the watch mode :heavy_check_mark:
```bash
$ npm test:watch
$ npm run test:watch
```
Run the linter and fix (almost) every issue for you :heavy_check_mark:
```bash
$ npm lint:all:fix
$ npm run lint:all:fix
```
# Before creating a PR
@@ -43,7 +43,7 @@ $ npm lint:all:fix
Build, lint, package and test everything.
```bash
$ npm all
$ npm run all
```
# Release