Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ajthinking/typerwell

Like Tinkerwell for TypeScript
https://github.com/ajthinking/typerwell

Last synced: about 9 hours ago
JSON representation

Like Tinkerwell for TypeScript

Awesome Lists containing this project

README

        

# _Typerwell_

Like [Tinkerwell](https://tinkerwell.app) :dizzy: for TypeScript. A VS Code extension.

## Usage

- Go to a TS file.
- Press CMD+R (or manually search for typerwell commands)
- See output in terminal. Typerwell will automatically wrap the last statement in a `console.log`

## Requirements

Must have `ts-node` installed
Must have `@types/node` installed

## Dev installation

`yarn`

## Publish

```
vsce login PUBLISHER
# update version in package.json
vsce publish
```