Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript Library Template

A simple, git cloneble, starter template for creating a TypeScript library with vite.

Usage

Simply clone this reposotory into your project:

git clone https://github.com/danielFHcode/ts-library-template.git

Then change the package name in the package.json file:

"name": "your-lib-name",

Run npm install to install the dev dependecies:

npm install

Now you can start working on your library in the src directory, and run dev to start a development build:

npm run dev

When you're done, run build to build the project:

npm run build

(and don't forget to delete this file from the finall project)

About

A simple, git cloneble, starter template for creating a ts library with vite.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages