File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1+
2+ ## v1.0.1.1 2014-08-09 08:28:41+0900
3+
4+ * Shipped with TypeScript v1.0.1
5+
6+
Original file line number Diff line number Diff line change 11# Typescript::Src
22
3- TODO: Write a gem description
3+ TypeScript source files in a gem.
44
55## Installation
66
7- Add this line to your application's Gemfile:
7+ Add this line to your application's ` Gemfile ` :
88
99 gem 'typescript-src'
1010
@@ -18,7 +18,13 @@ Or install it yourself as:
1818
1919## Usage
2020
21- TODO: Write usage instructions here
21+ ``` 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+ ```
2228
2329## Contributing
2430
You can’t perform that action at this time.
0 commit comments