Skip to content

juliangsibecas/nx-foundry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nx Foundry

Foundry generators and inferred tasks for Nx.

License NPM Version



Installation

nx add 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



Author: Julian Gomez Sibecas