Skip to content
/ package-template Public template

A basic template for a npm package built with typescript.

License

Notifications You must be signed in to change notification settings

gajaguar/package-template

Repository files navigation

package-template

A basic template for a npm package built with typescript.

by: G.A.JAGUAR

Build Setup

Docker

Fast setup (only linux os)

# build docker container and install dependencies.
sh install.sh

Manual

# create a docker image
docker-compose build
# install dependencies
docker-compose run --rm server pnpm i
# build for production
docker-compose run --rm server yarn build

Local

# install dependencies
# pnpm (recommended to save disk space)
pnpm i
# or with yarn
yarn
# or native
npm install
# build for production
pnpm build

About

A basic template for a npm package built with typescript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published