File tree Expand file tree Collapse file tree 4 files changed +16
-21
lines changed Expand file tree Collapse file tree 4 files changed +16
-21
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Installation
4
4
5
- * ` git clone <repository-url> `
6
- * ` cd my-addon `
7
- * ` npm install `
5
+ - ` git clone <repository-url> `
6
+ - ` cd my-addon `
7
+ - ` npm install `
8
8
9
9
## Linting
10
10
11
- * ` npm run lint `
12
- * ` npm run lint:fix `
11
+ - ` npm run lint `
12
+ - ` npm run lint:fix `
13
13
14
14
## Running tests
15
15
16
- * ` npm run test ` – Runs the test suite on the current Ember version
17
- * ` npm run test:ember -- --server ` – Runs the test suite in "watch mode"
18
- * ` npm run test:ember-compatibility ` – Runs the test suite against multiple Ember versions
16
+ - ` npm run test ` – Runs the test suite on the current Ember version
17
+ - ` npm run test:ember -- --server ` – Runs the test suite in "watch mode"
18
+ - ` npm run test:ember-compatibility ` – Runs the test suite against multiple Ember versions
19
19
20
20
## Running the dummy application
21
21
22
- * ` npm run start `
23
- * Visit the dummy application at [ http://localhost:4200 ] ( http://localhost:4200 ) .
22
+ - ` npm run start `
23
+ - Visit the dummy application at [ http://localhost:4200 ] ( http://localhost:4200 ) .
24
24
25
25
For more information on using ember-cli, visit [ https://cli.emberjs.com/release/ ] ( https://cli.emberjs.com/release/ ) .
Original file line number Diff line number Diff line change 2
2
3
3
[ Short description of the addon.]
4
4
5
-
6
5
## Compatibility
7
6
8
- * Ember.js v4.12 or above
9
- * Ember CLI v4.12 or above
10
- * Node.js v18 or above
11
-
7
+ - Ember.js v4.12 or above
8
+ - Ember CLI v4.12 or above
9
+ - Node.js v18 or above
12
10
13
11
## Installation
14
12
15
13
```
16
14
ember install my-addon
17
15
```
18
16
19
-
20
17
## Usage
21
18
22
19
[ Longer description of how to use the addon in apps.]
23
20
24
-
25
21
## Contributing
26
22
27
23
See the [ Contributing] ( CONTRIBUTING.md ) guide for details.
28
24
29
-
30
25
## License
31
26
32
27
This project is licensed under the [ MIT License] ( LICENSE.md ) .
Original file line number Diff line number Diff line change 43
43
"broccoli-asset-rev" : " ^3.0.0" ,
44
44
"concurrently" : " ^8.2.2" ,
45
45
"ember-auto-import" : " ^2.7.2" ,
46
- "ember-cli" : " ~5.8 .1" ,
46
+ "ember-cli" : " ~5.9.0-beta .1" ,
47
47
"ember-cli-clean-css" : " ^3.0.0" ,
48
48
"ember-cli-dependency-checker" : " ^3.3.2" ,
49
49
"ember-cli-inject-live-reload" : " ^2.1.0" ,
53
53
"ember-page-title" : " ^8.2.3" ,
54
54
"ember-qunit" : " ^8.0.2" ,
55
55
"ember-resolver" : " ^11.0.1" ,
56
- "ember-source" : " ~5.8.0 " ,
56
+ "ember-source" : " ~5.9.0-beta.1 " ,
57
57
"ember-source-channel-url" : " ^3.0.0" ,
58
58
"ember-template-lint" : " ^5.13.0" ,
59
59
"ember-try" : " ^3.0.0" ,
Original file line number Diff line number Diff line change 3
3
"packages" : [
4
4
{
5
5
"name" : " ember-cli" ,
6
- "version" : " 5.8 .1" ,
6
+ "version" : " 5.9.0-beta .1" ,
7
7
"blueprints" : [
8
8
{
9
9
"name" : " addon" ,
You can’t perform that action at this time.
0 commit comments