Initial commit
This commit is contained in:
16
packages/dev-utils/README.md
Normal file
16
packages/dev-utils/README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# Shared Package
|
||||
|
||||
This package contains code which could helps you to develop.
|
||||
To use the code in the package, you need to add the following to the package.json file.
|
||||
|
||||
```json
|
||||
{
|
||||
"devDependencies": {
|
||||
"@extension/dev-utils": "workspace:*"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
## Additional Information
|
||||
|
||||
`lib/shared-types.ts` contains the types from [type-fest](https://github.com/sindresorhus/type-fest?tab=readme-ov-file#install).
|
||||
Reference in New Issue
Block a user