New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tsb

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsb

The best TypeScript development environment

  • 1.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
increased by25%
Maintainers
3
Weekly downloads
 
Created
Source

TypeScript Builder 🌹

Join the chat at https://gitter.im/TypeScriptBuilder/tsb

Not just another general purpose IDE. The best one for TypeScript.

Build Status

⚠️ This project is not ready. Lookout for final release by about 2017 (patience and persistence), just making it public to be clear on what I am working on. 🌟 it to help it move along 🌹

Why TypeScript?

You can build complete applications with a single language > this means you can have dev tools (like this) that can understand your entire project.

Why another IDE (not atom / vscode / brackets)?

Fundamental differences:

  • This is TypeScript first. We want to provide the greatest development and analysis experience for TypeScript. Every feature revolves around this goal, and we have features unique to TypeScript development.
  • Super easy to setup. Just npm install and open your browser.

There are lots of other reasons why you might use this project OR use the source code. Effectively this is transpiler, editor, analyzer, DX workflow rolled into one.

Requirements

This is a forward looking project that plans to use the latest tech as it becomes available:

  • You need the latest version of NodeJS (at least v4).
  • You need Google Chrome.

That is it!

Usage

Till we consider it stable for release we are not pushing to NPM. So for now you need to get it using the CONTRIBUTING guide.

Get it:

npm install tsb -g

Run it passing in the directory you want to serve up:

tsb .

Now open it in your favorite browser (pssst chrome) at the URL mentioned in your console. (protip use tsb -o)

main

Command Line

All of these are optional:

  • -o: Open the browser on the server
  • -d <directory> : Specify a working directory
  • -p <port>: Specify a custom port number
  • --safe: To ignore any previous session data in .tsb folder

License

MIT

Keywords

FAQs

Package last updated on 06 Dec 2015

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