0.0.33 • Published 1 year ago

@tuller/lib v0.0.33

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

LibPackage: Creating an NPM Package with TypeScript and tsup

This README serves as a tutorial for creating an NPM package using TypeScript and tsup. We'll cover the setup of tsup.config.ts, tsconfig.json, and package.json.

Prerequisites

  • Node.js and npm installed on your system
  • Basic knowledge of TypeScript and npm

Step 1: Initialize your project

  1. Create a new directory for your project and navigate into it:

    mkdir my-npm-package
    cd my-npm-package
  2. Initialize a new npm project:

    npm init -y

Step 2: Install dependencies

Install TypeScript, tsup, and other necessary dev dependencies:

0.0.30

1 year ago

0.0.31

1 year ago

0.0.32

1 year ago

0.0.33

1 year ago

0.0.27

1 year ago

0.0.28

1 year ago

0.0.29

1 year ago

0.0.23

1 year ago

0.0.24

1 year ago

0.0.25

1 year ago

0.0.26

1 year ago

0.0.22

1 year ago

0.0.21

1 year ago

0.0.19

1 year ago

0.0.18

1 year ago