https://github.com/ijlee2/embroider-toolbox
Tools and conventions for introducing Embroider
https://github.com/ijlee2/embroider-toolbox
codemod ember-addon ember-codemod ember-polaris emberjs embroider
Last synced: 11 months ago
JSON representation
Tools and conventions for introducing Embroider
- Host: GitHub
- URL: https://github.com/ijlee2/embroider-toolbox
- Owner: ijlee2
- License: mit
- Created: 2024-08-14T07:44:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T10:21:20.000Z (about 1 year ago)
- Last Synced: 2025-04-06T07:01:55.982Z (about 1 year ago)
- Topics: codemod, ember-addon, ember-codemod, ember-polaris, emberjs, embroider
- Language: TypeScript
- Homepage:
- Size: 729 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://github.com/ijlee2/embroider-toolbox/actions/workflows/ci.yml)
# embroider-toolbox
## What is it?
`embroider-toolbox` provides a set of **tools and conventions** to help you introduce Embroider.
## Package overview
- [analyze-ember-project-dependencies](/packages/analyze-ember-project-dependencies/README.md)
- [create-v2-addon-repo](/packages/create-v2-addon-repo/README.md)
### Related packages
- [ember-codemod-args-to-signature](https://github.com/ijlee2/ember-codemod-args-to-signature)
- [ember-codemod-v1-to-v2](https://github.com/ijlee2/ember-codemod-v1-to-v2)
## Tutorials
> [!NOTE]
>
> Please star or watch this repo to help me gauge interest.
### analyze-ember-project-dependencies
- Main tutorial
### create-v2-addon-repo
- Create v2 addons (main tutorial)
- Customize blueprints
- Customize repo
## Contributing
See the [Contributing](CONTRIBUTING.md) guide for details.
## Credits
The blueprint files in `blueprints-v2-addon` were derived from [`@embroider/addon-blueprint`](https://github.com/embroider-build/addon-blueprint).
## License
This project is licensed under the [MIT License](LICENSE.md).