ember-tailwind-codemod
Codemod for migrating to Tailwind utilities in Ember components (by rajasegar)
putout
🐊 Pluggable and configurable JavaScript Linter, code transformer and formatter, drop-in ESLint superpower replacement 💪 with built-in support for js, jsx, typescript, markdown, yaml and json. Write declarative codemods in a simplest possible way 😏 (by coderaiser)
ember-tailwind-codemod | putout | |
---|---|---|
3 | 3 | |
10 | 738 | |
- | 2.2% | |
0.0 | 10.0 | |
almost 4 years ago | 3 days ago | |
JavaScript | JavaScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ember-tailwind-codemod
Posts with mentions or reviews of ember-tailwind-codemod.
We have used some of these posts to build our list of alternatives
and similar projects.
putout
Posts with mentions or reviews of putout.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-05-03.
-
Modern, faster alternatives to ESLint
Due to its plugin-first architecture, the initial API is kept as lean as possible, preventing unnecessary bloat and allowing the developer the choice of extension. Some plugin rules are also smaller than those available in ESLint, e.g., the debugger rule. We can also use Putout with ESLint by allowing Putout to handle code transformations while ESLint handles any formatting broken after the code transformation. We can use the plugin eslint-plugin-putout to help with this integration.
-
jscodeshift VS putout - a user suggested alternative
2 projects | 16 Apr 2022
🐊 Pluggable and configurable code transformer with built-in ESLint, Babel plugins support for js, jsx typescript, flow, markdown, yaml and json
- Putout Linter and Transformer for JavaScript/TypesScript/Markdown/JSON/YAML
What are some alternatives?
When comparing ember-tailwind-codemod and putout you can also consider the following projects:
moment-dayjs-codemod - A Codemod to migrate from moment.js to day.js
jscodeshift - A JavaScript codemod toolkit.
ember-no-implicit-this-codemod - Template codemod for refactoring from `{{foo}}` to `{{this.foo}}`
gogocode - GoGoCode is a transformer for JavaScript/Typescript/HTML based on AST but providing a more intuitive API.
ast-node-builder - AST Node building api for jscodeshift
eslint-plugin-snakecasejs - :pencil2: ESLint Plugin: enforce snake_case syntax on variables and function names