You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# create-ts-lib [](#backers)[](#sponsors)[](https://circleci.com/gh/nobrainr/workflows/typescript-webpack-starter/tree/master)[](https://www.npmjs.com/package/create-ts-lib)
@@ -29,7 +31,7 @@ They are preconfigured so that you can focus on the code, but as a starter kit y
29
31
30
32
```sh
31
33
# 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
33
35
cd my-typescript-lib && npm start
34
36
```
35
37
@@ -53,7 +55,6 @@ my-typescript-lib
53
55
├── karma.conf.js
54
56
├── tsconfig.json
55
57
├── tslint.json
56
-
├── typings.json
57
58
└── webpack.config.js
58
59
```
59
60
@@ -84,3 +85,29 @@ dist
84
85
## Development
85
86
86
87
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)].
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)]
0 commit comments