Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webdeveric/dual-ts-package-template
Template repository for TypeScript packages that export esm and cjs
https://github.com/webdeveric/dual-ts-package-template
cjs commonjs esm esmodules typescript
Last synced: about 2 months ago
JSON representation
Template repository for TypeScript packages that export esm and cjs
- Host: GitHub
- URL: https://github.com/webdeveric/dual-ts-package-template
- Owner: webdeveric
- License: mit
- Created: 2024-03-14T16:26:31.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T20:21:59.000Z (4 months ago)
- Last Synced: 2024-09-07T21:32:30.470Z (4 months ago)
- Topics: cjs, commonjs, esm, esmodules, typescript
- Language: JavaScript
- Homepage:
- Size: 626 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# `dual-ts-package-template`
[![Node.js CI](https://github.com/webdeveric/dual-ts-package-template/actions/workflows/node.js.yml/badge.svg)](https://github.com/webdeveric/dual-ts-package-template/actions/workflows/node.js.yml)
## Usage
Click the "Use this template" button on this page and select "Create a new repository."
### GitHub CLI
Reference: https://cli.github.com/manual/gh_repo_create
`gh repo create [YOUR-REPO-NAME] --template webdeveric/dual-ts-package-template --private`