-
Notifications
You must be signed in to change notification settings - Fork 222
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
0.55.0 added --tools which introduces a few inconveniences:
--toolseagerly consumes all further arguments that don't start with-. Notably you cannot put the library name at the end of the command anymore:
$ npx create-react-native-library@latest [...] --tools eslint mylib
Unzulässige Werte:
Argument: tools, Gegeben: "mylib", Möglichkeiten: "eslint", "lefthook", "release-it", "jest"
-
I couldn't find a way to select no tools without setting
--local true. I might not want any of these tools despite creating a non-local library though. -
The addition of
--toolsis a breaking change as it is required and has no default value. It would be helpful if this could be called out in the release notes or through semantic versioning.
Packages
- create-react-native-library
- react-native-builder-bob
Selected options
See above
Link to repro
Environment
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working