An open API service indexing awesome lists of open source software.

https://github.com/dotnetcarpenter/npm-package-playground

A place to try out stuff in package.json
https://github.com/dotnetcarpenter/npm-package-playground

Last synced: 8 months ago
JSON representation

A place to try out stuff in package.json

Awesome Lists containing this project

README

          

Show how to use ENVIROMENT VARIABLES inside package.json's script section.

## Test

```
$ ./env.sh

> npm-package-playground@1.0.0 test
> echo "Enviroment variable: $MY_VARIABLE" && exit 0

Enviroment variable: it works!
```