-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Is your feature request related to a problem? Please describe.
When we run shipjs prepare
at local, .env is needed.
But Shipjs's log when run command shipjs setup
does not explain that thing.
Describe the solution you'd like
I want to propose two ways.
- Generate
.env
when runnpx shipjs setup
#======= Attention: Please don't commit this file =======
# Used when using the `shipjs prepare` command
GITHUB_TOKEN=<YOUR_GITHUB_TOKEN>
- Include this text in log when finished
shipjs setup
:
create .env file on project's root. The file used when run shipjs prepare
Describe alternatives you've considered
Additional context
If already exists .env
, insert text to the file.
Metadata
Metadata
Assignees
Labels
No labels