create-node-ts-project
v1.1.0
Published
This is a nodejs-typescript-based application starter kit. This package creates a [node-typescript-app repo](https://github.com/jeff-pal/node-typescript-app.git) replica.
Downloads
4
Readme
Create Nodejs + Typescript Application Setup
This is a nodejs-typescript-based application starter kit. This package creates a node-typescript-app repo replica.
Run
npx create-node-ts-project <path>
Executing binary (command) with NPX:
npx [options] <command>[@version] [command-arg]...
npx [options] [-p|--package <pkg>]... <command> [command-arg]...
npx [options] -c '<command-string>'
npx --shell-auto-fallback [shell]
Unless a --package option is specified, npx will try to guess the name of the binary to invoke depending on the specifier provided. All package specifiers understood by npm may be used with npx, including git specifiers, remote tarballs, local directories, or scoped packages.