| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is a nodejs command line util that will setup the basic structure for my (and your) next typescript library.
Simply run npx create-typescript-library in an empty directory where you want to create your typescript library. If you are using yarn, run yarn exec create-typescript-library.
create-typescript-library will run an interactive prompt to gather information from you, and generate a basic working typescript library for you. Some examples include:
Inspired by the awesome blog post Compiling and bundling TypeScript libraries with Webpack by Marco Botto
| Back | FazBrowse Home | New Git URL |