Skip to content

Latest commit

 

History

History

scripts-ts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

CLI Scripts Example

Vite TypeScript

These are small vanilla TypeScript example scripts (without UI) showcasing @scio-labs/use-inkathon.

Usage

pnpm install
pnpm run dev

# Or run a different script than index.ts
pnpm run script <script-name>

# Or compile the package and then run the example script:
# NOTE: Run this from the root directory
pnpm run dev:scripts-example