https://github.com/yxw007/library-dev-template
https://github.com/yxw007/library-dev-template
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yxw007/library-dev-template
- Owner: yxw007
- License: mit
- Created: 2024-08-27T03:37:11.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-09-09T05:19:41.000Z (9 months ago)
- Last Synced: 2024-12-28T01:13:41.121Z (5 months ago)
- Language: TypeScript
- Size: 52.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# library-dev-template
English | [简体中文](./README_zh-CN.md)
## Project introduction
`library-dev-template` It is a template library used to quickly build the development environment to help developers start the project quickly.
## Features
- **typescript**
- **Reuse template that can be used directly**## Installation and use
### Environmental requirements
- Node.js >= 22.3.0
### Installation step
1. Klong warehouse to local:
```sh
git clone https://github.com/yourusername/library-dev-template.git
```
2. Enter the project directory:
```sh
cd library-dev-template
```
3. Installation dependencies:
```sh
pnpm install
```## Directory structure
```plaintext
library-dev-template/
├── src/ # Source code directory
├── tests/ # Test code directory
├── README.md # Project description file
├── package.json # Project configuration file
└── ... # Other files```
## 📄 License
library-dev-template It was issued under the MIT license.Please see [`LICENSE`](./LICENSE) file