Skip to content

Commit 5a18797

Browse files
authored
Merge pull request #30 from nobrainr/Fix/docs
fix: update ReadMe to include @latest on npx command
2 parents 58c7935 + ff14b80 commit 5a18797

File tree

2 files changed

+31
-5
lines changed

2 files changed

+31
-5
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ They are preconfigured so that you can focus on the code, but as a starter kit y
3131

3232
```sh
3333
# Use NPX or npm install -g create-ts-lib to install it as a global package
34-
npx create-ts-lib my-typescript-lib
34+
npx create-ts-lib@latest my-typescript-lib
3535
cd my-typescript-lib && npm start
3636
```
3737

@@ -55,7 +55,6 @@ my-typescript-lib
5555
├── karma.conf.js
5656
├── tsconfig.json
5757
├── tslint.json
58-
├── typings.json
5958
└── webpack.config.js
6059
```
6160

packages/cli/README.md

+30-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# create-ts-lib [![CircleCI](https://img.shields.io/circleci/project/github/nobrainr/typescript-webpack-starter.svg)](https://circleci.com/gh/nobrainr/workflows/typescript-webpack-starter/tree/master) [![Npm Package](https://img.shields.io/npm/v/create-ts-lib.svg)](https://www.npmjs.com/package/create-ts-lib)
1+
# create-ts-lib [![Backers on Open Collective](https://opencollective.com/typescript-webpack-starter/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/typescript-webpack-starter/sponsors/badge.svg)](#sponsors) [![CircleCI](https://img.shields.io/circleci/project/github/nobrainr/typescript-webpack-starter.svg)](https://circleci.com/gh/nobrainr/workflows/typescript-webpack-starter/tree/master) [![Npm Package](https://img.shields.io/npm/v/create-ts-lib.svg)](https://www.npmjs.com/package/create-ts-lib)
2+
3+
![](https://s3.us-east-2.amazonaws.com/typescript-webpack-starter/create-ts-lib.gif)
24

35
## Quick Start
46

@@ -29,7 +31,7 @@ They are preconfigured so that you can focus on the code, but as a starter kit y
2931

3032
```sh
3133
# Use NPX or npm install -g create-ts-lib to install it as a global package
32-
npx create-ts-lib my-typescript-lib
34+
npx create-ts-lib@latest my-typescript-lib
3335
cd my-typescript-lib && npm start
3436
```
3537

@@ -53,7 +55,6 @@ my-typescript-lib
5355
├── karma.conf.js
5456
├── tsconfig.json
5557
├── tslint.json
56-
├── typings.json
5758
└── webpack.config.js
5859
```
5960

@@ -84,3 +85,29 @@ dist
8485
## Development
8586

8687
We'd love to have your helping hand on `create-ts-lib`! See [CONTRIBUTING.md](CONTRIBUTING.md) for more information on what we're looking for and how to get started.
88+
89+
## Contributors
90+
91+
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
92+
<a href="graphs/contributors"><img src="https://opencollective.com/typescript-webpack-starter/contributors.svg?width=890&button=false" /></a>
93+
94+
## Backers
95+
96+
Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/typescript-webpack-starter#backer)]
97+
98+
<a href="https://opencollective.com/typescript-webpack-starter#backers" target="_blank"><img src="https://opencollective.com/typescript-webpack-starter/backers.svg?width=890"></a>
99+
100+
## Sponsors
101+
102+
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/typescript-webpack-starter#sponsor)]
103+
104+
<a href="https://opencollective.com/typescript-webpack-starter/sponsor/0/website" target="_blank"><img src="https://opencollective.com/typescript-webpack-starter/sponsor/0/avatar.svg"></a>
105+
<a href="https://opencollective.com/typescript-webpack-starter/sponsor/1/website" target="_blank"><img src="https://opencollective.com/typescript-webpack-starter/sponsor/1/avatar.svg"></a>
106+
<a href="https://opencollective.com/typescript-webpack-starter/sponsor/2/website" target="_blank"><img src="https://opencollective.com/typescript-webpack-starter/sponsor/2/avatar.svg"></a>
107+
<a href="https://opencollective.com/typescript-webpack-starter/sponsor/3/website" target="_blank"><img src="https://opencollective.com/typescript-webpack-starter/sponsor/3/avatar.svg"></a>
108+
<a href="https://opencollective.com/typescript-webpack-starter/sponsor/4/website" target="_blank"><img src="https://opencollective.com/typescript-webpack-starter/sponsor/4/avatar.svg"></a>
109+
<a href="https://opencollective.com/typescript-webpack-starter/sponsor/5/website" target="_blank"><img src="https://opencollective.com/typescript-webpack-starter/sponsor/5/avatar.svg"></a>
110+
<a href="https://opencollective.com/typescript-webpack-starter/sponsor/6/website" target="_blank"><img src="https://opencollective.com/typescript-webpack-starter/sponsor/6/avatar.svg"></a>
111+
<a href="https://opencollective.com/typescript-webpack-starter/sponsor/7/website" target="_blank"><img src="https://opencollective.com/typescript-webpack-starter/sponsor/7/avatar.svg"></a>
112+
<a href="https://opencollective.com/typescript-webpack-starter/sponsor/8/website" target="_blank"><img src="https://opencollective.com/typescript-webpack-starter/sponsor/8/avatar.svg"></a>
113+
<a href="https://opencollective.com/typescript-webpack-starter/sponsor/9/website" target="_blank"><img src="https://opencollective.com/typescript-webpack-starter/sponsor/9/avatar.svg"></a>

0 commit comments

Comments
 (0)