Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
Last attempt to fix TS detection on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
burgil committed Oct 16, 2024
1 parent f61a660 commit 51dd96b
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
#!/usr/bin/env node

// Parse command line arguments
const argv: string[] = process.argv.slice(2);

const argv: string[] = process.argv.slice(2); // Parse command line arguments
/*
* MIT
* Enjoy
* Made by Burgil
* TODO: Add Deno Support
* Dependencies: TypeScript
bunx jsr publish
or
npx jsr publish
or
deno publish
* TODO: Add Deno Support
* bunx jsr publish
* or
* npx jsr publish
* or
* deno publish
*/

// @ts-ignore
Expand Down

0 comments on commit 51dd96b

Please sign in to comment.