Feature: Config Creation Wizard
- Dominant language
- TypeScript
- Stars
- 777
- Forks
- 1.4k
- Avg merge
- 16h 45m
- Merged PRs (30d)
- 3
Description
I've been working on a project to create a config wizard for .babelrc. I'm hoping to go through some iterations based on feedback, and eventually get it included in the site as either a link or an embed.
[Demo] | [Source]
Example output:
```json
{
"plugins": [
"transform-class-properties",
"transform-object-rest-spread"
],
"presets": [
[
"env",
{
"targets": {
"browsers": [
"> 1%"
]
}
}
],
"react"
]
}
```
Any feedback is appreciated, either here or in [config-wizard issues](https://github.com/brigand/config-wizard/issues/new).
[Demo]: https://brigand.github.io/config-wizard/?babelrc
[Source]: https://github.com/brigand/config-wizard/tree/master/src/sites/babelrc
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the linked Demo and Source for the config wizard, then review the Babel website structure to determine where a link or embed would belong. The issue is done only when the wizard's inclusion in the site has a decided approach and the resulting integration is available to users.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100