Skip to content
/ npm-template Public template

๐Ÿ’™ Template project to build a new npm package using TypeScript

License

Notifications You must be signed in to change notification settings

NuroDev/npm-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

63 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation



๐Ÿ’™
package-template




Template project to build a new NPM package using TypeScript

Package Version Package Monthly Downloads Docs



๐Ÿš€ Install

Install it locally in your project

# npm
npm install package-template

# yarn
yarn add package-template

# pnpm
pnpm install package-template

๐Ÿฆ„ Usage

// ESM
import {} from "package-template";

// CommonJS
const {} = require("package-template");

Releases

No releases published