zamts

v1.0.11
A bootstrapper for TypeScript projects.

zamts

npm version

zamts is a command-line tool that will bootstrap a new TypeScript project. (It's short for "Zamiel TypeScript".)


Why?

Setting up a new TypeScript project is a pain. You have to make up a package.json file, install dependencies, make a tsconfig.json file, set up Prettier, set up ESLint, set up git, set up VSCode settings, and so on.

But there's a better way. Tell zamts the name of your project, and it will create a new directory with everything already set up for you.


How?

Use it like so:

npx zamts init my-project

npm i zamts

Metadata

Downloads

Maintainers