Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`