An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![This project uses GitHub Actions for continuous integration.](https://github.com/ijlee2/embroider-toolbox/actions/workflows/ci.yml/badge.svg)](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).