README update + NPM command to publish

This commit is contained in:
dig 2020-08-16 11:35:11 +02:00
parent 0a6c2bb18a
commit 7043cf4ae5
2 changed files with 10 additions and 1 deletions

View File

@ -143,3 +143,10 @@ import { myAwesomeFunction3 } from 'myLib'
myAwesomeFunction3({ 0: "first", 3: "forth", foo: true })
```
## Usage with managers
### forever
````bash
forver -c esm myScript --param option
```

View File

@ -33,7 +33,9 @@
"commandline"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"push": "git push origin master",
"publish": "npm publish"
},
"author": {
"name": "Thomas Di Grégorio",