0.0.3 • Published 2 years ago

@vs-org/create-typescript-package v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@vs-org/create-typescript-package

This is simple npx project to bootstrap typescript project for creating packages.

Usage

  1. 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.