spring-cli icon indicating copy to clipboard operation
spring-cli copied to clipboard

A CLI focused on developer productivity

Results 73 spring-cli issues
Sort by recently updated
recently updated
newest added

Support would be similar to rust's cargo command to generate a new app.

Frontmatter should have conditional execution based on - [ ] project dependencies being present or not - [ ] platform (unix, mac, windows)

- [x] exec - [ ] inject - [ ] AddDependency - [ ] AddProperty - [ ] AddPlugin - [ ] AddDependencyManagement - [x] generate - [ ] console...

There was a report of them not working and I do not think there is a specific test for that functionality

glibc issues arise when using shared libs across various linux/ubuntu distros.

This is important to help users see what projects can be combined.

When using the catalog ``` spring catalog add gs https://github.com/rd-1-2022/spring-gs-catalog ``` and executing ``` spring:>boot new --from graphql --name demo Using project name demo Using package name com.example Cloning project...