v1.0.5
· One min read
Significant Changes:
- Optional flag
--to-env
will add suggestions to your current .env file. - Users may define the name of the env file:
--to-env .env.local
- .env file will be created if one does not exist already in the root folder.
Minor Changes:
- A few README updates were made for format.
npm run test
script was created for quicker test builds.