Will-Smith11 / sks

Submodules Kill Solidity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sks (Submodules Kill Solidity)

Lets face it.. Foundry submodules are terrible. This is a simple cli that acts as a basic package manager to avoid this issue

NOTE

This currently only works for Foundry repos. The way we store modules is still very inefficent and we don't do versioning. use at own risk

Installation

Clone the repo then run our install script

git clone https://github.com/Will-Smith11/sks.git
cd sks
sudo chmod +x sks_install
./sks_install

Usage

Simply create a sks.toml file in the root directory the file layout is as such

name = "EpicTest"

[deps]
uniswap_v2_core = "https://github.com/Uniswap/v2-core.git"

to install simply run sks install to clean out the directory run sks clean the name of the deps are what the remapping names will be in foundry when you import them

About

Submodules Kill Solidity

License:GNU General Public License v3.0


Languages

Language:Rust 78.4%Language:Shell 21.6%