-
Notifications
You must be signed in to change notification settings - Fork 712
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update terminal output (#171)
* chore: update terminal output * forge install: ds-test * refactor: use includes * chore: remove accidental submodule * chore: output in script * chore: slim down project deps * chore: move output to a shared folder * chore: automate output for forge-std * chore: use temp dir for basic project * chore: convert more chapters * chore: remove outdated note * chore: hide draft chapters for now * chore: convert more chapters * chore: remove unused `.gitignore`s * chore: convert more chapters * chore: convert last chapters * refactor: split script * docs: document what the new dirs are * docs: style guidelines in contributing * chore: convert final chapter * chore: final output generation
- Loading branch information
Showing
65 changed files
with
5,511 additions
and
432 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
book | ||
out | ||
cache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## Projects | ||
|
||
These projects are used to auto-generate CLI output, and for source snippets, throughout the book. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[default] | ||
src = 'src' | ||
out = 'out' | ||
libs = ['lib'] | ||
|
||
# See more config options https://github.com/gakonst/foundry/tree/master/config |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.