0.1.4 • Published 12 months ago

foundry-installer v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

foundry-installer

A simple Node.js installer for the Foundry suite of tools. Can be used to install forge (and the other tools) globally or within your local package to e.g. automate package scripts.

Installation

To install locally:

$ npm install -D foundry-installer

To install globally:

$ npm install -g foundry-installer

Installed executables

  • forge
  • anvil
  • cast

Usage

You can use foundry in your package scripts like this:

// package.json:

{
  ...
  "scripts": {
    "build": "forge build"
  }
}

Alternatively, you can run the local forge executable using npx:

$ npx forge build

If you installed the package globally it should be available in your PATH and you should be able to just run the commands from your terminal emulator.

0.1.4

12 months ago

0.1.3

12 months ago

0.1.2

12 months ago

0.1.1

12 months ago

0.1.0

12 months ago