mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-24 10:01:04 +01:00
feat(scriptsi): add script to sync implementation docs with wiki
- Introduced a new `update-wiki` script to automate the synchronization of implementation documentation from the repository to the wiki. - Added necessary configuration files including `package.json`, `tsconfig.json`, and `.gitignore` for the new script. - Updated the Makefile to include a target for running the `update-wiki` script.
This commit is contained in:
10
scripts/update-wiki/package.json
Normal file
10
scripts/update-wiki/package.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "update-wiki",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user