@clarigen/cli 1.0.0-next.9 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,31 +1 @@
1
- # `@clarigen/cli`
2
-
3
- For setup instructions, check out the [Clarigen setup guide](https://github.com/hstove/clarigen#setup-guide).
4
-
5
- Most of the time, you'll only need to run `clarigen` to automatically build your files. You can also run `clarigen --watch` to automatically generate files whenever you save one of your Clarity contracts.
6
-
7
- # Usage
8
-
9
- <!-- commands -->
10
-
11
- <!-- commandsstop -->
12
-
13
- ## Development
14
-
15
- To run the CLI:
16
-
17
- ```bash
18
- yarn start ARGS_AND_FLAGS
19
- ```
20
-
21
- This package uses `@vercel/ncc` to package the CLI into a single file. `yarn build` will also automatically update this README.
22
-
23
- ```bash
24
- yarn build
25
- ```
26
-
27
- To run the executable:
28
-
29
- ```bash
30
- ./bin/run ARGS_AND_FLAGS
31
- ```
1
+ For documentation, visit [clarigen.dev](https://clarigen.dev)