Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
Signed-off-by: macdonst <[email protected]>
  • Loading branch information
macdonst committed May 13, 2024
0 parents commit bce51d0
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
![enhance-type](https://user-images.githubusercontent.com/76308/223593101-1f65f07f-49c4-4a13-9203-4ab4ff72f097.svg)

## [`@enhance/enhance-starter-project`](https://www.npmjs.com/package/@enhance/plugin-typescript)

> TypeScript support and workflow integration for Enhance
[![GitHub CI status](https://github.com/enhance-dev/plugin-typescript/workflows/Node%20CI/badge.svg)](https://github.com/enhance-dev/plugin-typescript/actions?query=workflow%3A%22Node+CI%22)


## Install

Into your existing Enhance project:

```sh
npm i @enhance/plugin-typescript --save-dev
```

Add the following to your project manifest (usually `.arc`):

```arc
@plugins
enhance/plugin-typescript
```

0 comments on commit bce51d0

Please sign in to comment.