Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toddbluhm/env-cmd-examples
Examples repository for npm module https://github.com/toddbluhm/env-cmd
https://github.com/toddbluhm/env-cmd-examples
Last synced: 26 days ago
JSON representation
Examples repository for npm module https://github.com/toddbluhm/env-cmd
- Host: GitHub
- URL: https://github.com/toddbluhm/env-cmd-examples
- Owner: toddbluhm
- License: mit
- Created: 2018-10-19T19:59:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-26T11:18:47.000Z (over 3 years ago)
- Last Synced: 2024-08-01T13:36:21.494Z (3 months ago)
- Homepage:
- Size: 46.9 KB
- Stars: 27
- Watchers: 3
- Forks: 10
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Linux Tests](https://github.com/toddbluhm/env-cmd-examples/workflows/linux%20tests/badge.svg)](https://github.com/toddbluhm/env-cmd-examples/actions?query=workflow%3A%22linux%20tests%22)
[![Windows Tests](https://github.com/toddbluhm/env-cmd-examples/workflows/windows%20tests/badge.svg)](https://github.com/toddbluhm/env-cmd-examples/actions?query=workflow%3A%22windows%20tests%22)
[![License](https://badgen.net/github/license/toddbluhm/env-cmd-examples)](https://github.com/toddbluhm/env-cmd-examples/blob/master/LICENSE)
[![Standard - JavaScript Style Guide](https://badgen.net/badge/code%20style/standard/green?icon=javascript)](http://standardjs.com/)
[![Dependabot badge](https://badgen.net/dependabot/toddbluhm/env-cmd-examples?icon=dependabot)](https://dependabot.com/)# Env-cmd-examples
This repo contains various examples of how to use the npm package [env-cmd](https://github.com/toddbluhm/env-cmd).
## 💾 Installation
Clone/fork/download a copy of this repo. Execute `npm install` at the top level. This will traverse each
example subdirectory and install `node_modules` in each subdirectory.## ⌨️ Usage
To execute all examples simply run `npm test` from the top level directory.You can also run individual examples by entering into a directory and running `npm run script-name` where
`script-name` is the name of a script found in the corresponding `package.json` file located in that directory.## ❓ Questions/FAQ
If you run into any issues using `env-cmd` please post them in the [env-cmd issues](https://github.com/toddbluhm/env-cmd/issues)
github repo. This github repo is not frequently monitored. If you find an issue with this repo
you are welcome to create a PR or submit an issue here, but expect possible delays on any response.