0.0.6 • Published 3 years ago

just-ts v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

just-ts

Typescript Project generator so simple you don't even need it

How to use:

npx just-ts hello-world

This will generate a folder hello-world folder with the following files:

hello-world
│   README.md
│   .gitignore
│   package.json
│   tsconfig.json
└───src
│   │   index.ts

Why?

I want to run a single command and have the minimum files needed for a typescript project

License

MIT

0.0.5

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.4

3 years ago

0.0.1

3 years ago