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

Idea to promote project bootstrap #247

Open
nathanjent opened this issue Jan 15, 2022 · 2 comments
Open

Idea to promote project bootstrap #247

nathanjent opened this issue Jan 15, 2022 · 2 comments

Comments

@nathanjent
Copy link

I was thinking about ways to simplify the project bootstrap process. I like how the bach init command does this but it is not being promoted as such in the README. This snippet with curl, or whatever the PowerShell equivalent is for Windows users, could help users get started easily.

BACH_VERSION=17-M3
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/sormuras/bach/main/.bach/bin/bach | sh -s -- init ${BACH_VERSION}
@sormuras
Copy link
Owner

sormuras commented Jan 15, 2022

Try jshell https://git.io/bach-init in an empty directory. 🤓

Find more details here: https://github.com/sormuras/bach-init

@sormuras
Copy link
Owner

sormuras commented Jan 15, 2022

Yes, I need to update Bach's README file and also update the version bach-init defaults to (is now 17-M4).

That's why I keep this documentation related issue open.

Thanks for raising it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants