Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.58 KB

readme.md

File metadata and controls

43 lines (29 loc) · 1.58 KB

forage-pl

Scripts for importing and seeding Protocol Labs packages and dependencies in Forage

Installation

git clone https://github.com/foragepm/forage-pl.git
cd forage-pl
npm ci

Usage

Import all IPFS and Filecoin packages all dependencies of Protocol Labs repositories into Forage

npm start

Then you can install and run Forage in seed mode to share your newly imported packages with everyone else:

npm install -g foragepm
forage seed

Development

Forest needs your help! There are a few things you can do right now to help out:

Read the Development documentation, Code of Conduct and Contributing Guidelines.

  • Check out existing issues The issue list has many that are marked as 'help wanted' which make great starting points for development, many of which can be tackled with no prior IPFS knowledge
  • Perform code reviews More eyes will help a. speed the project along b. ensure quality, and c. reduce possible future bugs.
  • Add tests. There can never be enough tests.

Copyright

MIT License © 2021 Andrew Nesbitt.