Skip to content

Commit 83923eb

Browse files
committed
✨ Exposes cli binary as @codeshift/cli
1 parent 1d35c81 commit 83923eb

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/dull-experts-lie.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@codeshift/cli': minor
3+
---
4+
5+
CLI now supports the concept of presets, for cases where non-versioned codemods are necessary. Also exposes the cli binary as @codeshift/cli

packages/cli/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"license": "MIT",
88
"repository": "https://github.com/CodeshiftCommunity/CodeshiftCommunity/tree/master/packages/cli",
99
"bin": {
10+
"@codeshift/cli": "./bin/codeshift-cli.js",
1011
"codeshift-cli": "./bin/codeshift-cli.js"
1112
},
1213
"scripts": {

0 commit comments

Comments
 (0)