Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-typescript-package

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-typescript-package

Create a Typescript package with zero build scripts!

  • 1.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
Maintainers
1
Weekly downloads
 
Created
Source

code style: prettier lerna

Create Typescript Package

Create a new Typescript package with zero build configuration.

Getting Started

Install create-typescript-package:

npm install -g create-typescript-package

Create your new package

create-typescript-package my-pkg

A new directory will be created with the following contents:

my-pkg/
  package.json
  .gitignore
  src/
    index.ts
    bar.ts

The latest version of typescript and type-scripts will be installed and added to the deveDependencies in your package.json.

Scripts

Build

npm run build

The built project will be output to build/my-pkg.js.

All dependencies will be bundled with your code.

All peerDependencies will not be bundled.

Keywords

FAQs

Package last updated on 09 Jan 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc