Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Typescript stuffNew to Visual Studio Code? Get it now.
Typescript stuff

Typescript stuff

Preview

Paolo Roth

|
338 installs
| (0) | Free
Do stuff with typescript
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

alcadica

alcadica-typescript-stuff

This extension adds commands for your typescript workflow.

Features

Create entity

Creates an entity typescript package with factory methods to convert data from server/client and client/server.

command.create-entity

Create frontend DAL

Creates a data access layer for the client side of your app in order to request data and handle it.

command.create-fronted-dal

Lerna bootstrap

Executes the lerna bootstrap command if your repository has a lerna.json initialized.

command.lerna-bootstrap

Lerna init

Initializes a lerna repository.

command.lerna-init

Npm add script

Adds a script to a package.json.

command.npm-add-script

Npm init

Initializes a package.json with a minimal wizard.

command.npm-init

Npm install

Installs a package.json dependencies/devDependencies.

command.npm-install

Npm run script

Runs a script of a single package.json file.

command.npm-run-script

Typescript compile

Compiles a single tsconfig.json project.

command.typescript-compile

Typescript init config

Initializes a new tsconfig.json file with a minimal wizard.

command.typescript-init-config

Contextual menu
  • Create entity
  • Create frontend DAL
  • Lerna bootstrap
  • Lerna init
  • Npm add script
  • Npm init
  • Npm install
  • Npm run script
  • Typescript compile
  • Typescript init config
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft