We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 821568c commit 2ed3e0dCopy full SHA for 2ed3e0d
2 files changed
CHANGES.md
@@ -0,0 +1,6 @@
1
+
2
+## v1.0.1.1 2014-08-09 08:28:41+0900
3
4
+* Shipped with TypeScript v1.0.1
5
6
README.md
@@ -1,10 +1,10 @@
# Typescript::Src
-TODO: Write a gem description
+TypeScript source files in a gem.
## Installation
7
-Add this line to your application's Gemfile:
+Add this line to your application's `Gemfile`:
8
9
gem 'typescript-src'
10
@@ -18,7 +18,13 @@ Or install it yourself as:
18
19
## Usage
20
21
-TODO: Write usage instructions here
+```ruby
22
+require 'typescript-src'
23
24
+p TypeScript::Src.tsc_path # => #<Pathname:/path/to/tsc>
25
+p TypeScript::Src.js_path # => #<Pathname:/path/to/typescript.js>
26
+p TypeScript::Src.version # => "1.0.1"
27
+```
28
29
## Contributing
30
0 commit comments