We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb0ee0e commit bf3ab9eCopy full SHA for bf3ab9e
1 file changed
.github/CONTRIBUTING.md
@@ -106,13 +106,11 @@ framework.
106
```sh
107
packages/cli/
108
├── src/
109
-│ ├── cli/ # used as a sandbox to test features, may eventually be a real CLI
110
│ ├── core/ # the main code for @gud/cli
+│ ├── exports/ # the public API of the @gud/cli package
111
│ ├── plugins/ # built-in plugins that enable optional features like help
112
+│ ├── sandbox/ # used as a sandbox to test features
113
│ └── utils/ # utilities used throughout, should not reference any code outside utils
-├── test/
114
-│ ├── units/ # unit tests
115
-│ └── utils/ # utilities for testing
116
├── .gitignore
117
├── CHANGELOG.md # auto-generated changelog from changesets
118
├── README.md
0 commit comments