You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project was bootstrapped with [CodeshiftCommunity 🚚](https://www.codeshiftcommunity.com/). Please see the [external packages guide](https://www.codeshiftcommunity.com/docs/external-packages) for more information on how to work with this repo.
Runs the codeshift CLI useful for testing transform files as if they have been published
12
+
13
+
**example:**`npm run dev -t src/10.0.0/transform.ts`
14
+
15
+
See the [cli reference](https://www.codeshiftcommunity.com/docs/cli) for more information.
16
+
17
+
### `npm run test`
18
+
19
+
Launches the test runner in interactive watch mode.
20
+
21
+
See the [testing guide](https://www.codeshiftcommunity.com/docs/testing) for more information.
22
+
23
+
### `npm run validate`
24
+
25
+
Checks the validity of your `codeshift.config.js` file.
26
+
27
+
See the [configuration options](https://www.codeshiftcommunity.com/docs/configuration) for more information.
28
+
29
+
### `npm run build`
30
+
31
+
Builds the app for production to the `dist` folder.
32
+
33
+
## Publishing
34
+
35
+
This package can be published to npm via the normal commands `npm version` and `npm publish`
36
+
37
+
## Build tooling
38
+
39
+
Feel free to replace the preinstalled build tooling & dependencies to suit your needs. The only requirement is that there is a valid `codeshift.config.js` in your project root, `/src` or `/codemods` directories.
0 commit comments