@nhtio/create-ts-lib-starter
v1.20251202.0
Published
A project which can be used to create libraries
Readme
Typescript Script Library Starter
A starter template which can be used as a quick and easy starter for getting a project up and running.
Usage
From your command line, run:
npm init @nhtio/ts-lib-starterProvide the script with the answers and let it create the folder and initialise the dependancies for you
Customization
You can search and replace all instances of @example/lib within the project, but the main files which should be customized are:
./package.json./vite.config.mts
