nx-foundry
v0.1.2
Published
<p align="center"><img src="https://github.com/foundry-rs/foundry/blob/master/.github/logo.png" width="240"></p>
Downloads
3
Readme
Nx Foundry
Foundry generators and inferred tasks for Nx.
Installation
pnpm add -D nx-foundry
Generator
nx g nx-foundry:application <foundry-app-name>
Tasks
Building
nx build <foundry-app-name>
Testing
nx test <foundry-app-name>
Format
nx format <foundry-app-name>
Gas Snapshots
nx snapshot <foundry-app-name>
Deploy
nx deploy <foundry-app-name>
Support
If you're having any problem, please raise an issue on GitHub and we'll be happy to help.
Contribute
- Follow this instructions in order to learn how to contribute to this project.
Author: Julian Gomez Sibecas