mirror of
https://github.com/java-james/flutter_dotenv.git
synced 2025-07-15 05:53:52 +08:00
readme
This commit is contained in:
@ -31,8 +31,8 @@ $ pub global activate dotenv
|
|||||||
Run:
|
Run:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ pub run dotenv # load a file and print the environment to stdout
|
$ pub global run dotenv:new # create a `.env` file and add it to `.gitignore`
|
||||||
$ pub run dotenv:new # create the `.env` file and add it to `.gitignore`
|
$ pub global run dotenv # load the file and print the environment to stdout
|
||||||
```
|
```
|
||||||
|
|
||||||
### limitations
|
### limitations
|
||||||
|
Reference in New Issue
Block a user