Skip to content

[FEATURE] Ejection/Configuration Script #31

@portrik

Description

@portrik

What

Prepare a script that allows setting up a biomerc.json without having to install the configuration as a dependency.

Why

Remove the configuration package as a dependency for projects that cannot or do not want to depend on an external dependency for configuration. However, they still might want to use the configuration as a starting point.

Example

For new projects, just running

npx @cookielab.io/typescript-config init

or similar should create the configuration file without having to install the dependency.

Similarly, running

npx @cookielab.io/typescript-config eject

or similar should eject the configuration and merge the user-defined one with the one from the current configuration version. Ideally, it would also uninstall the configuration as a dependency.

Target Config

None.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions