Skip to content

Commit

Permalink
prepare for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
fdecampredon committed Feb 6, 2015
1 parent a4a4878 commit ab36620
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@


# JSX-TypeScript

JSX-TypeScript is a [TypeScript](http://www.typescriptlang.org/) for that brings [React](facebook.github.io/react/) [JSX](http://facebook.github.io/jsx/) support to the language.

> JSX-TypeScript is a [TypeScript](http://www.typescriptlang.org/) for that brings [React](facebook.github.io/react/) [JSX](http://facebook.github.io/jsx/) support to the language.
## Installation

This package has the exact same structure than the typescript one, so every tools (like visual studio) that use the typescript compiler should be able
to use this package.
Once this package will be considered stable it will be published to npm, in the mean time, to install this package use npm with the github url:
You can install this package with npm

```
npm install -g fdecampredon/jsx-typescript
npm install -g jsx-typescript
```

Or download a tarball from source and install it from the generated folder.
> This package has the exact same structure than the typescript one; so tools which are able to use the typescript compiler should be able to use this package.
## Usage

Expand All @@ -28,6 +23,6 @@ jsx-tsc myFile.ts
## TODO
* JSXSpreadAttribute support
* Reenable formatting for JSX
* Re-enable formatting for JSX
* Autocompletion for jsx attributes (see: https://github.com/Microsoft/TypeScript/issues/1926)
* In general more tests, stabilization, better error reporting, etc...
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,13 @@
},
"scripts": {
"test": "jake generate-code-coverage"
}
},
"files": [
"bin",
"LICENSE.txt",
"README.md",
"CONTRIBUTING.md",
"ThirdPartyNoticeText.txt",
"CopyrightNotice.txt"
]
}

0 comments on commit ab36620

Please sign in to comment.