Skip to content

Actunime/types

Repository files navigation

Run Locally

Clone the project

  git clone https://github.com/Actunime/types.git

Go to the project directory

  cd types

Install dependencies

pnpm install

Start watch server

pnpm run watch

Test output

pnpm run dev

Build

pnpm run build

Usage/Examples

import types from '@actunime/types';

console.log('Hello World');

Test dev in other repo

Usefull for live test before push Clone the project

Go to the package directory

  cd types

Install dependencies

pnpm install

Start watch updates server

pnpm run watch

Link the repo globaly

pnpm link --global

Go to your project directory

  cd your-project
pnpm link @actunime/types --global

When everything work well you can commit the package in a dev branch