Skip to content

eaglerforge/example-typescript-mod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example TypeScript Mod

NodeJS with Webpack esbuild

How to build?

You can use 3 build systems, bun esbuild and webpack is all cross platform now.

1 - webpack

  1. Run npm i
  2. Modify your files accordingly.
  3. Run npm run build

2 - Bun

  1. Run npm install -g bun
  2. Run bun install
  3. Modify your files accordingly.
  4. Run bun run build-bun
  5. profit

3 - esbuild

  1. Run npm install -g esbuild
  2. Modify your files accordingly.
  3. Run npn run build-es
  4. profit ( again )

Notes

About

example eaglerforge mod made using typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published