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
- Host: GitHub
- URL: https://github.com/dotnetcarpenter/npm-package-playground
- Owner: dotnetCarpenter
- Created: 2023-04-06T14:34:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-06T14:36:22.000Z (about 3 years ago)
- Last Synced: 2025-10-12T04:44:29.918Z (9 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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!
```