Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup CLI use for outside IDE #31

Open
MichaelCurrin opened this issue Apr 15, 2021 · 1 comment
Open

Setup CLI use for outside IDE #31

MichaelCurrin opened this issue Apr 15, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@MichaelCurrin
Copy link
Owner

I've already setup a flow for using the compiled JS files outside of VS Code.

Test and document this, maybe more work is needed to build that and release it.

It could be used as a hook - not in VS Code otherwise it works badly because of VS Code limitations.

It can be available as a globally available NPM package or shell script that calls it. As an alternative to git commit maybe. Maybe as a bin or alias target.

To pre-fill the git message and wait for confirmation (force editing).

e.g.

$ git commit -m $(auto-commit-msg) --edit
@MichaelCurrin MichaelCurrin changed the title Document CLI use Setup CLI use for outside IDE Apr 15, 2021
@MichaelCurrin
Copy link
Owner Author

This also opens an option for batch committing - use a for loop to iterate over all tracked (could be new but staged) files and make a commit for each one.

@MichaelCurrin MichaelCurrin added the enhancement New feature or request label Jul 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant