Skip to content

BLamy/node_module_starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Awesome Package

A TypeScript package with dual CJS/ESM support.

Installation

npm install my-awesome-package

Usage

import { add, multiply } from 'my-awesome-package';

// Add numbers
const sum = add(2, 3); // 5

// Multiply numbers
const product = multiply(2, 3); // 6

Development

  • npm run build - Build the package
  • npm run test - Run tests
  • npm run test:coverage - Run tests with coverage
  • npm run typecheck - Type check the code
  • npm run lint - Lint the code
  • npm run format - Format the code

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors