Skip to content

Commit 3e1562c

Browse files
committed
Add shorthand for generating with this blueprint
1 parent 432f3e1 commit 3e1562c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/node_modules/
22
.log/
3+
/my-addon/

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"author": "",
1414
"scripts": {
1515
"lint": "prettier --check .",
16-
"format": "prettier --write ."
16+
"format": "prettier --write .",
17+
"new:addon": "pnpm dlx ember-cli@latest addon my-addon --blueprint ."
1718
},
1819
"devDependencies": {
1920
"prettier": "^3.5.3",

0 commit comments

Comments
 (0)