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: 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-23T00:52:06.000Z (3 months ago)
- Last Synced: 2025-02-23T01:34:48.190Z (3 months ago)
- Topics: cjs, commonjs, esm, esmodules, typescript
- Language: JavaScript
- Homepage:
- Size: 916 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`
[](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`