https://github.com/vectorized/foundry-starter
Script to initialize a foundry project in the current working directory
https://github.com/vectorized/foundry-starter
Last synced: 4 months ago
JSON representation
Script to initialize a foundry project in the current working directory
- Host: GitHub
- URL: https://github.com/vectorized/foundry-starter
- Owner: Vectorized
- License: mit
- Created: 2024-08-03T17:06:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-03T21:01:17.000Z (over 1 year ago)
- Last Synced: 2025-07-30T15:12:42.493Z (6 months ago)
- Language: Shell
- Size: 26.4 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Solady Foundry Starter
### Create a Foundry Project
Create a Foundry project by running this in your terminal, in an empty directory:
```shell
curl -s https://raw.githubusercontent.com/Vectorized/foundry-starter/main/create-foundry-project.sh | bash
```
### Install Solady Test Framework
If your Foundry project has already been created, to install the Solady Test Framework:
```shell
curl -s https://raw.githubusercontent.com/Vectorized/foundry-starter/main/install-solady-test.sh | bash
```
### Important
This is NOT a template.
This is simply a script to initialize a Foundry project with Solady recommended settings.