4.8.4-fix-4 • Published 2 years ago

create-ts-cli v4.8.4-fix-4

Weekly downloads
4
License
MIT
Repository
github
Last release
2 years ago

Quick Overview

npm install -g create-ts-cli;
create-ts-cli;
Enter project name [app] : test-cli-app
cd test-cli-app;
npm install;
npm start;

Demo

Demo gif for create-ts-cli

Get Started Immediately

You don’t need to install or configure tools like Webpack or ts-node.
They are preconfigured and hidden so that you can focus on the code.

Just create a project, and you’re good to go.

Commands

npm start - Execute your app without build npm run build - Build your app to dist directory npm run pro - Execute your app from dist directory npm run clean - Clean dist directory

Project

test-cli-app
├── README.md
├── node_modules
├── tsconfig.json
├── webpack.config.js
├── package.json
├── .gitignore
├── src                      <--- working directory
│   └── app.ts
└── dist                     <--- files after build
    └── app.js

License

Create React App is open source software licensed as MIT.

4.8.4

2 years ago

4.8.4-fix

2 years ago

4.8.4-fix-3

2 years ago

4.8.4-fix-4

2 years ago

4.8.4-fix-2

2 years ago

1.0.5

3 years ago

1.0.4

4 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago