Skip to content

Commit

Permalink
#4 updating readme, fixing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hlafaille committed Mar 13, 2024
1 parent e8089e7 commit 613475c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,10 @@ Command line interface inspired by Cargo and Go. Built in Rust, giving you speed

<h3>Simple, Opinionated</h3>
Built from the ground up for modern day Java development, especially for backend development. No more spending
hours Googling for the latest DSL changes to your Gradle plugin, simply load the JSON schema in to your editor.
hours Googling for the latest DSL changes to your Gradle plugin, simply load the JSON schema in to your editor.

<h3>Fool-proof Package Management</h3>
With a built in package manager, you no longer need to head to Maven Repository for external dependencies.
Run `espresso add lombok` to search Maven Repository, select which Lombok you'd like, and it'll automatically
get added to your project. Espresso will automatically determine if your dependency is a library,
an annotation processor, or a test suite provider.
3 changes: 1 addition & 2 deletions src/backend/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pub mod context;
pub mod project;
pub mod toolchain;
pub mod context;
pub mod toolchain;

0 comments on commit 613475c

Please sign in to comment.