1.9.0 • Published 2 months ago

create-ts-liveview v1.9.0

Weekly downloads
-
License
BSD-2-Clause
Repository
github
Last release
2 months ago

create-ts-liveview

npm init cli script to create ts-liveview project

npm Package Version

How this works

This package is a npm init script. You can run any 'create-X' package by running 'npm init X'.

It takes an optional argument to specify the project name (following the naming format of npm package, no space, no uppercase, e.t.c.)

It downloads the template project using degit. Compared with pulling from git directly, you don't need to download the full commit history, hence it loads faster.

Usage example

# reuse cached version if available
> npm init ts-liveview my-app
# or always run the latest version of cli package
> npx create-ts-liveview@latest my-app

Then follows the "get started" message from above command.

Remark: Sometimes "npm init X" get stuck on old version of 'create-X' package, you may run "npx create-X@latest" to run the latest version of cli package.

This issue is discussed on https://github.com/npm/cli/issues/2395

License

This is free and open-source software (FOSS) with BSD-2-Clause License

1.9.0

2 months ago

1.8.10

3 months ago

1.8.11

3 months ago

1.8.9

4 months ago

1.8.8

4 months ago

1.8.7

4 months ago

1.8.6

5 months ago

1.8.2

1 year ago

1.8.5

1 year ago

1.8.4

1 year ago

1.8.3

1 year ago

1.8.1

1 year ago

1.8.0

1 year ago

1.7.1

1 year ago

1.7.0

1 year ago

1.6.2

2 years ago

1.6.1

2 years ago

1.6.0

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.4.3

2 years ago

1.4.2

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.2.0

2 years ago

1.3.0

2 years ago

1.1.3

2 years ago

1.1.1

2 years ago

1.1.2

2 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.0

3 years ago