Skip to content
This repository was archived by the owner on Dec 31, 2022. It is now read-only.

Commit 54697b4

Browse files
committed
Update README
1 parent f923ba7 commit 54697b4

File tree

1 file changed

+2
-49
lines changed

1 file changed

+2
-49
lines changed

README.md

Lines changed: 2 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,3 @@
1-
my-addon
2-
==============================================================================
1+
# ember-cli-typescript-blueprints
32

4-
[Short description of the addon.]
5-
6-
Installation
7-
------------------------------------------------------------------------------
8-
9-
```
10-
ember install my-addon
11-
```
12-
13-
14-
Usage
15-
------------------------------------------------------------------------------
16-
17-
[Longer description of how to use the addon in apps.]
18-
19-
20-
Contributing
21-
------------------------------------------------------------------------------
22-
23-
### Installation
24-
25-
* `git clone <repository-url>`
26-
* `cd my-addon`
27-
* `npm install`
28-
29-
### Linting
30-
31-
* `npm run lint:js`
32-
* `npm run lint:js -- --fix`
33-
34-
### Running tests
35-
36-
* `ember test` – Runs the test suite on the current Ember version
37-
* `ember test --server` – Runs the test suite in "watch mode"
38-
* `ember try:each` – Runs the test suite against multiple Ember versions
39-
40-
### Running the dummy application
41-
42-
* `ember serve`
43-
* Visit the dummy application at [http://localhost:4200](http://localhost:4200).
44-
45-
For more information on using ember-cli, visit [https://ember-cli.com/](https://ember-cli.com/).
46-
47-
License
48-
------------------------------------------------------------------------------
49-
50-
This project is licensed under the [MIT License](LICENSE.md).
3+
This package provides TypeScript-aware blueprints for `ember generate`-ing standard entities, covering the blueprints normally provided by `ember-source` and `ember-data`. See the [ember-cli-typescript](https://github.com/typed-ember/ember-cli-typescript) repository for more details on working with TypeScript in Ember!

0 commit comments

Comments
 (0)