Skip to content
/ ts-runner Public template

typescript coding challenge runner template

Notifications You must be signed in to change notification settings

heygema/ts-runner

Repository files navigation

simple ts runner (for coding challenge alike)

the convention:

put the folder of the typescript module inside the src e.g in this case "day1"

mkdir src/day1
touch src/day1/index.ts

inside you could put the operation on top level, or you must put the default main function to be executed

// index.ts

export default function main() {
  console.log('hello world');
}

just execute it

yarn exe day1

and, voila!

About

typescript coding challenge runner template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published