0.0.33 • Published 10 months ago

@tuller/lib v0.0.33

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months 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

10 months ago

0.0.31

10 months ago

0.0.32

10 months ago

0.0.33

10 months ago

0.0.27

10 months ago

0.0.28

10 months ago

0.0.29

10 months ago

0.0.23

10 months ago

0.0.24

10 months ago

0.0.25

10 months ago

0.0.26

10 months ago

0.0.22

10 months ago

0.0.21

10 months ago

0.0.19

10 months ago

0.0.18

10 months ago