Just wonder can we create Compose project from cmd...
# compose-desktop
t
Just wonder can we create Compose project from cmdline like what
flutter create
does ?
t
I've actually created something similar, but not finished yet.
👍 2
t
Good to hear that!
t
You can run the program using
java -jar create-compose-desktop-app.main.jar
and it will create the right project structure for you
or set an alias to shorten the command to something like
create-compose-desktop-app
I am planning to host this via
npm
, so you'll be able to install it using
sudo npm install -g create-compose-desktop-app
: https://www.npmjs.com/package/create-compose-desktop-app I didn't test it actually. will be work on this coming days.
It's done! 🎉 You can get the tool from here @Tlaster
🎉 1
👌 2
K 5