Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ajthinking/typerwell
- Owner: ajthinking
- License: other
- Created: 2022-08-21T07:45:03.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-24T07:43:00.000Z (over 2 years ago)
- Last Synced: 2024-05-01T14:54:35.954Z (10 months ago)
- Language: TypeScript
- Size: 53.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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
```