You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am putting them in one issue for cleanliness because some of them might not be worthwhile/feasible/within scope.
These are sleepless 04:00 thoughts, so I will tidy up and give examples later.
Allow configuration of the WireIt env vars in the package.json configuration, both package-wide and per script
Maybe also via somewhere like ./.wireitrc.json, ~/.wireitrc
Also config of general env vars as above
Generate visualisation of graph for WireIt scripts
WireIt script aliases
e.g. push as an alias for deploy
In VSCoode, when triggering refactor prompt, add wireit to dev-dependencies
wireit cli
WireIt as a global install and npx command with CLI bin for commands such as:
wireit init:
adds wireit as dev dependency to current package and creates an empty wireit config directive in the package.json
wireit refactor
same as above but also converts all current scripts. possibly also parse npm beforeX and afterX lifecycle scripts.
wireit deintegrate
:( opposite of above.
General detection of npm lifecycle scripts when calling refactor in vscode
When refactoring a script that is already just a wireit command where there is no wireit config for it, do not set command to "wireit"
I am putting them in one issue for cleanliness because some of them might not be worthwhile/feasible/within scope.
These are sleepless 04:00 thoughts, so I will tidy up and give examples later.
Maybe also via somewhere like
./.wireitrc.json
,~/.wireitrc
e.g.
push
as an alias fordeploy
refactor
prompt, add wireit to dev-dependencieswireit cli
WireIt as a global install and
npx
command with CLI bin for commands such as:wireit init
:adds wireit as dev dependency to current package and creates an empty wireit config directive in the
package.json
wireit refactor
same as above but also converts all current scripts. possibly also parse npm
beforeX
andafterX
lifecycle scripts.wireit deintegrate
:( opposite of above.
npm
lifecycle scripts when calling refactor in vscodewireit
command where there is no wireit config for it, do not setcommand
to"wireit"
The text was updated successfully, but these errors were encountered: