Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dgw2030521/ts-module
ts module template
https://github.com/dgw2030521/ts-module
module typescript
Last synced: 21 days ago
JSON representation
ts module template
- Host: GitHub
- URL: https://github.com/dgw2030521/ts-module
- Owner: dgw2030521
- Created: 2024-08-27T03:43:37.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-28T05:53:31.000Z (5 months ago)
- Last Synced: 2024-08-28T06:57:28.658Z (5 months ago)
- Topics: module, typescript
- Language: TypeScript
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 开发node和es普通utils模块
介绍.
## Installation
```bash
npm install xxx
```## Usage
```js
// CommonJS// const xxx = require(xxxx');
// ES6
import xxxx from 'xxx';```
**Note:** xxxx.
## Options
| Name | Type | Default | Description |
|------|-------|---------|-------------|
| xxx | `xxx` | `x` | xxx |## Testing
Clone the repository and execute:
```bash
npm test
```