Skip to content

Commit

Permalink
new: Add groundwork for plugins. (#1273)
Browse files Browse the repository at this point in the history
* Start on plugin crates.

* Start mapping stuff.

* Fixes.

* Clean up components.

* More work.

* Start on command.

* Add configs.

* More plugin work.

* Support configs.

* Split from workspace.

* Add default configs.

* Update tests.

* Update.

* Just use clap.

* Get exts working.

* Fix deps.

* Polish.

* Fix lockfile.

* Add tests.

* Add test utils.
  • Loading branch information
milesj committed Jan 26, 2024
1 parent 1cc689f commit ab4aff0
Show file tree
Hide file tree
Showing 62 changed files with 1,676 additions and 330 deletions.
10 changes: 8 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,14 @@ just build
### Node.js

Contributing to our `@moonrepo` npm packages requires Node.js and Yarn. We suggest
[installing Node.js with nvm](https://github.com/nvm-sh/nvm), and Yarn can later be installed with
`npm install -g yarn`.
[installing both with proto](https://moonrepo.dev/proto).

```bash
proto install node
proto install yarn
# or
proto use
```

Once setup, install dependencies build initial packages.

Expand Down
Loading

0 comments on commit ab4aff0

Please sign in to comment.