https://github.com/kwangsing3/ks3-toolkit
Node.js 開發專案生成工具-具備基礎的資料庫、I/O、時間轉換、http method等包裝好的函式。無須安裝僅在開新專案時呼叫即可。
https://github.com/kwangsing3/ks3-toolkit
github-packages javascript npm-package npx project-generation startup toolkit typescript
Last synced: 2 months ago
JSON representation
Node.js 開發專案生成工具-具備基礎的資料庫、I/O、時間轉換、http method等包裝好的函式。無須安裝僅在開新專案時呼叫即可。
- Host: GitHub
- URL: https://github.com/kwangsing3/ks3-toolkit
- Owner: kwangsing3
- Created: 2025-01-20T06:24:21.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-23T07:25:24.000Z (3 months ago)
- Last Synced: 2025-02-23T07:39:42.447Z (3 months ago)
- Topics: github-packages, javascript, npm-package, npx, project-generation, startup, toolkit, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/ks3-toolkit
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ks3-toolkit
Node.js 開發專案生成工具-具備基礎的資料庫、I/O、時間轉換、http method等包裝好的函示。無須安裝,需要開新專案時呼叫即可。
依照開發語言主體JS/TS各自引用不同的程式碼檔案。
NPM:
[ks3-toolkit (www.npmjs.com)](https://www.npmjs.com/package/ks3-toolkit)Github Package:
[ks3-toolkit (Github Package)](https://github.com/kwangsing3/ks3-toolkit/pkgs/npm/ks3-toolkit)# Usage
```bash
npx ks3-toolkit
``````
package.json
|
|--- src --- index.ts (index.js)
| |
| |--- toolkit (copy from src/Toolkit)
|
|--- Readme.MD
|--- ...
|--- ...
```
# Develop
### 添加項目
- 新增更通用的項目,包裝成獨立函式後提交。
### 修改項目
- 較多為後續的重構或因版本變化的更新需求而修改。
##
```bash
git clone https://github.com/kwangsing3/ks3-toolkitnpm install
```# Version
- 版本藉由帶tag的提交進行工作流發佈。