Skip to content

Barebones TS + Node template for scripting and code challenges

License

Notifications You must be signed in to change notification settings

Dilden/ts-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Barebones TS CLI + Scripting Template

This code is intended to be used as a template for quickly setting up a new project for simple scripts or coding challenges with TypeScript. It makes use of Vite and Vitest and is inspired by the Minimal TS Node Project by Jimmy Hogoboom.

To Use

  1. Clone this repo or download the ZIP. Just get the code on your machine somehow.
  2. Run npm install
  3. Write your tests in index.test.ts
  4. Write your code in index.ts
  5. Run the tests with npm test
  6. Run the code as CLI with npm run it

Contributing

If you like this project and have ideas about making it better, submit a PR!

About

Barebones TS + Node template for scripting and code challenges

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published