Skip to content

Commit

Permalink
feat(naming): update naming conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingismagick authored Jun 12, 2020
1 parent a873636 commit ff65600
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ There are five main code components of the webview organization:
## Repository Naming Conventions
[naming]: naming

- `webview_core` - the core headers
- `webview_docs` - the documentation for the core library (structure to be determined)
- `webview_rfcs` - the RFC library
- `webview` - the core headers
- `docs` - the documentation for the core library (structure to be determined)
- `rfcs` - the RFC library
- `webview_testing` - a testing harness for all devices
- `webview_actions` - common actions for repositories
- `webview_%language%` - a binding to the core headers, where `%language%` is `nim`, `rust`, `python` etc.
Expand Down

0 comments on commit ff65600

Please sign in to comment.