committed by
yann300
4 changed files with 25 additions and 6 deletions
@ -1,7 +1,20 @@ |
|||
# remix-ws-templates |
|||
## remix-ws-templates |
|||
[](https://www.npmjs.com/package/@remix-project/remix-ws-templates) |
|||
|
|||
This library was generated with [Nx](https://nx.dev). |
|||
|
|||
## Running unit tests |
|||
`@remix-project/remix-ws-templates` is used to create a workspace using different templates on Remix IDE. |
|||
|
|||
Run `nx test remix-ws-templates` to execute the unit tests via [Jest](https://jestjs.io). |
|||
### Installation |
|||
|
|||
`@remix-project/remix-ws-templates` is an NPM package and can be installed using NPM as: |
|||
|
|||
`npm install @remix-project/remix-ws-templates` |
|||
|
|||
### Contribute |
|||
|
|||
Please feel free to open an issue or a pull request. |
|||
|
|||
In case you want to add some code, do have a look to our contribution guidelnes [here](https://github.com/ethereum/remix-project/blob/master/CONTRIBUTING.md). Reach us on [Gitter](https://gitter.im/ethereum/remix) in case of any queries. |
|||
|
|||
### License |
|||
MIT © 2022 Remix Team |
|||
|
Loading…
Reference in new issue