2.0.3 • Published 13 days ago

ember-codemod-remove-ember-css-modules v2.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
13 days ago

This project uses GitHub Actions for continuous integration.

ember-codemod-remove-ember-css-modules

Codemod to replace ember-css-modules with embroider-css-modules

  1. Features
  2. Usage
  3. Compatibility
  4. Contributing
  5. License

Features

The codemod helps you:

  • Remove ember-css-modules syntax from an Embroider app
  • Remove ember-css-modules syntax from a v2 addon

It preserves your code whenever possible.

Usage

You can find a migration example in ember-container-query.

Step 1. Quickly remove ember-css-modules syntax.1

cd <path/to/your/project>
npx ember-codemod-remove-ember-css-modules <arguments>

Manually remove the remaining instances of local-class attributes and {{local-class}} helpers.

Step 2. Update project configurations.2

  • Set up CSS modules (see the guides for apps and v2 addons).
  • Confirm that you can run all scripts in package.json.

1. Some prerequisites for running the codemod: First, migrate to the Octane layout (flat or nested). You can leverage codemods for classic and pod layouts. Second, refactor code to help the codemod update templates correctly.

2. Files such as .eslintrc.js, .prettierrc.js, .stylelintrc.js, .template-lintrc.js, ember-cli-build.js, package.json, postcss.config.js, tsconfig.json, etc.

Arguments

You must pass --type to indicate what type of project you have.

npx ember-codemod-remove-ember-css-modules --type app
npx ember-codemod-remove-ember-css-modules --type v2-addon

By default, an Embroider project has the flat component structure. Pass --component-structure to indicate otherwise.

npx ember-codemod-remove-ember-css-modules --component-structure nested

Pass --root to run the codemod on a project somewhere else (i.e. not in the current directory).

npx ember-codemod-remove-ember-css-modules --root <path/to/your/project>

Limitations

The codemod is designed to cover typical uses of ember-css-modules. It is not designed to cover one-off cases.

The codemod updates components only.

To better meet your needs, consider cloning the repo and running the codemod locally.

cd <path/to/cloned/repo>

# Compile TypeScript
pnpm build

# Run codemod
./dist/bin/ember-codemod-remove-ember-css-modules.js --root=<path/to/your/project>

Compatibility

  • Node.js v18 or above

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

2.0.3

13 days ago

2.0.2

17 days ago

2.0.1

2 months ago

2.0.0

2 months ago

1.2.0

2 months ago

1.1.3

3 months ago

1.1.2

5 months ago

1.1.1

6 months ago

1.1.0

7 months ago

1.0.0

8 months ago

0.4.3

8 months ago

0.4.2

9 months ago

0.4.1

11 months ago

0.4.0

11 months ago

0.3.0

11 months ago

0.2.1

11 months ago

0.1.2

12 months ago

0.2.0

11 months ago

0.2.0-alpha.1

11 months ago

0.1.4

11 months ago

0.3.1

11 months ago

0.1.3

12 months ago

0.1.5

11 months ago

0.1.1

1 year ago

0.1.0

1 year ago