GithubHelp home page GithubHelp logo

sks's Introduction

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

sks's People

Contributors

will-smith11 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

sks's Issues

feat: drop foundry dep

currently we're lazy and use a foundry dep to load config and deal with remappings. we can drop this and it will allow us to post this to crates rs

bug: `foundry.toml` behaves unexpectedly

Problem

  • When I use sks install with my sks.toml set like so:
name = "contracts/"

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

I get a lot of extra additions to my foundry.toml. Are each one of these intended? I was expecting to have the remappings populated, but there is a bunch more.


Questions

  • Which parts above are intended?
  • Should the name field of the sks.toml be named directory or something instead? It wasn't clear to me this was for that until I ran sks install!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.