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
Extension CLI allows pulling config files into a project using xt-sync.
It currently allows pulling in CI configs for gitlab and travis. It should also have an option for github actions and (possibly?) circle-ci.
Side note: the command name should probably better describe this functionality, since what is does is "pull in latest config/config starter code", which is slightly different in semantics from the original use case. Maybe rename to xt-config? Besides CI configs, it also has option for eslint config and gitignore matching default project organization.
For added value could also add in user guide, how to configure the CI to upload to store(s) automatically.
The text was updated successfully, but these errors were encountered:
Extension CLI allows pulling config files into a project using
xt-sync
.It currently allows pulling in CI configs for gitlab and travis. It should also have an option for github actions and (possibly?) circle-ci.
Side note: the command name should probably better describe this functionality, since what is does is "pull in latest config/config starter code", which is slightly different in semantics from the original use case. Maybe rename to
xt-config
? Besides CI configs, it also has option for eslint config and gitignore matching default project organization.For added value could also add in user guide, how to configure the CI to upload to store(s) automatically.
The text was updated successfully, but these errors were encountered: