@elekta-dev/create-typescript
v1.0.2
Published
Sets up formatting, linting, helper packages, and executes an optional starter.
Downloads
2
Maintainers
Readme
Create TypeScript
The purpose of this repository is to utilize the npm init *
mechanism to initialize a typescript project. The target audience is a team looking to start with an opinionated formatting and lint ruleset to guide consistency.
CLI
npm init @elekta/typescript [destination] [starter]
destination
is optional. The default is the current working directory.
starter
is optional. The default is node
. Other options are react
, stencil
, and vue
.
Post-Init
The first time the user opens the created project in VS Code, a modal should pop up asking the user if they want to install the recommended extensions. If the user misses this opportunity, they always have the option to see recommended extensions in the extensions sidebar.