Initial commit
This commit is contained in:
12
packages/shared/README.md
Normal file
12
packages/shared/README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Shared Package
|
||||
|
||||
This package contains code shared with other packages.
|
||||
To use the code in the package, you need to add the following to the package.json file.
|
||||
|
||||
```json
|
||||
{
|
||||
"dependencies": {
|
||||
"@extension/shared": "workspace:*"
|
||||
}
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user