0.0.33 • Published 9 months ago

@tuller/lib v0.0.33

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

9 months ago

0.0.31

9 months ago

0.0.32

9 months ago

0.0.33

9 months ago

0.0.27

9 months ago

0.0.28

9 months ago

0.0.29

9 months ago

0.0.23

9 months ago

0.0.24

9 months ago

0.0.25

9 months ago

0.0.26

9 months ago

0.0.22

9 months ago

0.0.21

9 months ago

0.0.19

9 months ago

0.0.18

9 months ago