https://github.com/suchlab/package-template
Template for creating packages
https://github.com/suchlab/package-template
npm package template typescript
Last synced: about 2 months ago
JSON representation
Template for creating packages
- Host: GitHub
- URL: https://github.com/suchlab/package-template
- Owner: suchlab
- Created: 2022-11-28T13:13:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T20:18:34.000Z (over 3 years ago)
- Last Synced: 2025-06-04T19:11:06.027Z (about 1 year ago)
- Topics: npm, package, template, typescript
- Language: TypeScript
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic package template

## Download template
```sh
npx get-template@latest package
````
## Features
Create a TypeScript package with the essential tools:
1. Exports to ESM
2. Exports to CJS
3. Accepts tests
4. Base class created
5. Axios utils installed
6. GitHub CI workflow