@vs-org/create-typescript-package
This is simple npx project to bootstrap typescript project for creating packages.
Usage
- Create typescript sample package
npx @vs-org/create-typescript-package
Above command will ask few questions to generate package.json
file.
a. Name of project?
b. Project description (optional)
c. Author? (optional)
d. Github repo url? eg: https://github.com/username/repo.git (optional)
Note
This is experimental package and not actively maintained please don't raise issues or feature requests.