|
1 |
| -<!-- START doctoc generated TOC please keep comment here to allow auto update --> |
2 |
| -<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> |
3 |
| - |
4 |
| -- [cross-env 🔀](#cross-env-) |
5 |
| - - [The problem](#the-problem) |
6 |
| - - [This solution](#this-solution) |
7 |
| - - [Installation](#installation) |
8 |
| - - [Usage](#usage) |
9 |
| - - [`cross-env` vs `cross-env-shell`](#cross-env-vs-cross-env-shell) |
10 |
| - - [Windows Issues](#windows-issues) |
11 |
| - - [Inspiration](#inspiration) |
12 |
| - - [Other Solutions](#other-solutions) |
13 |
| - - [Contributors](#contributors) |
14 |
| - - [LICENSE](#license) |
15 |
| - |
16 |
| -<!-- END doctoc generated TOC please keep comment here to allow auto update --> |
17 |
| - |
18 | 1 | <p align="center">
|
19 | 2 | <a href="https://codefund.io/properties/445/visit-sponsor">
|
20 | 3 | <img src="https://codefund.io/properties/445/sponsor" />
|
@@ -54,6 +37,20 @@ setting or using the environment variable properly for the platform. Just set it
|
54 | 37 | like you would if it's running on a POSIX system, and `cross-env` will take care
|
55 | 38 | of setting it properly.
|
56 | 39 |
|
| 40 | +<!-- START doctoc generated TOC please keep comment here to allow auto update --> |
| 41 | +<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> |
| 42 | + |
| 43 | +- [Installation](#installation) |
| 44 | +- [Usage](#usage) |
| 45 | +- [`cross-env` vs `cross-env-shell`](#cross-env-vs-cross-env-shell) |
| 46 | +- [Windows Issues](#windows-issues) |
| 47 | +- [Inspiration](#inspiration) |
| 48 | +- [Other Solutions](#other-solutions) |
| 49 | +- [Contributors](#contributors) |
| 50 | +- [LICENSE](#license) |
| 51 | + |
| 52 | +<!-- END doctoc generated TOC please keep comment here to allow auto update --> |
| 53 | + |
57 | 54 | ## Installation
|
58 | 55 |
|
59 | 56 | This module is distributed via [npm][npm] which is bundled with [node][node] and
|
|
0 commit comments