|
1 | 1 | <div align="center">
|
2 | 2 | <h1>cross-env 🔀</h1>
|
3 | 3 |
|
4 |
| -Run scripts that set and use environment variables across platforms |
5 |
| - |
| 4 | +<p>Run scripts that set and use environment variables across platforms</p> |
6 | 5 | </div>
|
7 | 6 |
|
8 |
| -<hr /> |
| 7 | +--- |
9 | 8 |
|
10 |
| -[![Travis Build Status][build-badge]][build] |
11 |
| -[![AppVeyor Build Status][win-build-badge]][win-build] |
| 9 | +<!-- prettier-ignore-start --> |
| 10 | +[![Build Status][build-badge]][build] |
12 | 11 | [![Code Coverage][coverage-badge]][coverage]
|
13 |
| -[![version][version-badge]][package] [![MIT License][license-badge]][license] |
14 |
| - |
15 |
| -[](#contributors) |
16 |
| -[![PRs Welcome][prs-badge]][prs] [![Code of Conduct][coc-badge]][coc] |
| 12 | +[![version][version-badge]][package] |
17 | 13 | [![downloads][downloads-badge]][npmtrends]
|
| 14 | +[![MIT License][license-badge]][license] |
| 15 | +[![All Contributors][all-contributors-badge]](#contributors-) |
| 16 | +[![PRs Welcome][prs-badge]][prs] |
| 17 | +[![Code of Conduct][coc-badge]][coc] |
| 18 | +<!-- prettier-ignore-end --> |
18 | 19 |
|
19 | 20 | ## The problem
|
20 | 21 |
|
@@ -180,7 +181,25 @@ easier for Windows users.
|
180 | 181 | - [`@naholyr/cross-env`](https://www.npmjs.com/package/@naholyr/cross-env) -
|
181 | 182 | `cross-env` with support for setting default values
|
182 | 183 |
|
183 |
| -## Contributors |
| 184 | +## Issues |
| 185 | + |
| 186 | +_Looking to contribute? Look for the [Good First Issue][good-first-issue] |
| 187 | +label._ |
| 188 | + |
| 189 | +### 🐛 Bugs |
| 190 | + |
| 191 | +Please file an issue for bugs, missing documentation, or unexpected behavior. |
| 192 | + |
| 193 | +[**See Bugs**][bugs] |
| 194 | + |
| 195 | +### 💡 Feature Requests |
| 196 | + |
| 197 | +Please file an issue to suggest new features. Vote on feature requests by adding |
| 198 | +a 👍. This helps maintainers prioritize what to work on. |
| 199 | + |
| 200 | +[**See Feature Requests**][requests] |
| 201 | + |
| 202 | +## Contributors ✨ |
184 | 203 |
|
185 | 204 | Thanks goes to these people ([emoji key][emojis]):
|
186 | 205 |
|
@@ -236,35 +255,33 @@ Contributions of any kind welcome!
|
236 | 255 |
|
237 | 256 | MIT
|
238 | 257 |
|
239 |
| -[npm]: https://www.npmjs.com/ |
| 258 | +<!-- prettier-ignore-start --> |
| 259 | +[npm]: https://npmjs.com |
240 | 260 | [node]: https://nodejs.org
|
241 |
| -[build-badge]: |
242 |
| - https://img.shields.io/travis/kentcdodds/cross-env.svg?style=flat-square |
243 |
| -[build]: https://travis-ci.org/kentcdodds/cross-env |
244 |
| -[win-build-badge]: |
245 |
| - https://img.shields.io/appveyor/ci/kentcdodds/cross-env.svg?style=flat-square |
246 |
| -[win-build]: https://ci.appveyor.com/project/kentcdodds/cross-env |
247 |
| -[coverage-badge]: |
248 |
| - https://img.shields.io/codecov/c/github/kentcdodds/cross-env.svg?style=flat-square |
| 261 | +[build-badge]: https://img.shields.io/github/workflow/status/kentcdodds/cross-env/validate?logo=github&style=flat-square |
| 262 | +[build]: https://github.com/kentcdodds/cross-env/actions?query=workflow%3Avalidate |
| 263 | +[coverage-badge]: https://img.shields.io/codecov/c/github/kentcdodds/cross-env.svg?style=flat-square |
249 | 264 | [coverage]: https://codecov.io/github/kentcdodds/cross-env
|
250 |
| -[version-badge]: https://img.shields.io/npm/v/cross-env.svg?style=flat-square |
251 |
| -[package]: https://www.npmjs.com/package/cross-env |
252 |
| -[downloads-badge]: https://img.shields.io/npm/dm/cross-env.svg?style=flat-square |
253 |
| -[npmtrends]: https://www.npmtrends.com/cross-env |
254 |
| -[license-badge]: https://img.shields.io/npm/l/cross-env.svg?style=flat-square |
255 |
| -[license]: https://github.com/kentcdodds/cross-env/blob/master/other/LICENSE |
256 |
| -[prs-badge]: |
257 |
| - https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square |
| 265 | +[version-badge]: https://img.shields.io/npm/v/gatsby-remark-embedder.svg?style=flat-square |
| 266 | +[package]: https://www.npmjs.com/package/gatsby-remark-embedder |
| 267 | +[downloads-badge]: https://img.shields.io/npm/dm/gatsby-remark-embedder.svg?style=flat-square |
| 268 | +[npmtrends]: http://www.npmtrends.com/gatsby-remark-embedder |
| 269 | +[license-badge]: https://img.shields.io/npm/l/gatsby-remark-embedder.svg?style=flat-square |
| 270 | +[license]: https://github.com/kentcdodds/cross-env/blob/master/LICENSE |
| 271 | +[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square |
258 | 272 | [prs]: http://makeapullrequest.com
|
259 |
| -[coc-badge]: |
260 |
| - https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square |
261 |
| -[coc]: |
262 |
| - https://github.com/kentcdodds/cross-env/blob/master/other/CODE_OF_CONDUCT.md |
263 |
| -[emojis]: https://github.com/kentcdodds/all-contributors#emoji-key |
264 |
| -[all-contributors]: https://github.com/kentcdodds/all-contributors |
265 |
| -[win-bash]: https://msdn.microsoft.com/en-us/commandline/wsl/about |
| 273 | +[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square |
| 274 | +[coc]: https://github.com/kentcdodds/cross-env/blob/master/other/CODE_OF_CONDUCT.md |
| 275 | +[emojis]: https://allcontributors.org/docs/en/emoji-key |
| 276 | +[all-contributors]: https://github.com/all-contributors/all-contributors |
| 277 | +[all-contributors-badge]: https://img.shields.io/github/all-contributors/kentcdodds/cross-env?color=orange&style=flat-square |
| 278 | +[bugs]: https://github.com/kentcdodds/cross-env/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3A%22%F0%9F%90%9B+Bug%22+sort%3Acreated-desc |
| 279 | +[requests]: https://github.com/kentcdodds/cross-env/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+label%3Aenhancement |
| 280 | +[good-first-issue]: https://github.com/kentcdodds/cross-env/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+label%3A%22good+first+issue%22 |
| 281 | + |
266 | 282 | [angular-formly]: https://github.com/formly-js/angular-formly
|
267 | 283 | [cross-spawn]: https://www.npmjs.com/package/cross-spawn
|
| 284 | +[malware]: http://blog.npmjs.org/post/163723642530/crossenv-malware-on-the-npm-registry |
268 | 285 | [ts-loader]: https://www.npmjs.com/package/ts-loader
|
269 |
| -[malware]: |
270 |
| - http://blog.npmjs.org/post/163723642530/crossenv-malware-on-the-npm-registry |
| 286 | +[win-bash]: https://msdn.microsoft.com/en-us/commandline/wsl/about |
| 287 | +<!-- prettier-ignore-end --> |
0 commit comments