-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Milestone
Description
Proposal
- all our core logic that's not Yargs-related lives in
utils- too much? utilscould be only for more generic helper functions, e.g.executeProcessor Markdown formatters- core logic like
collectandexecutePlugincould live incorepackage
Motivation
corepackage should be for programmatic usage of our core logic (e.g. used by our GitHub Action)- cleaner separation of core and plugin layers -
plugin-*packages can import fromutilsormodels, but not fromcore - the
cliproject might not then need multiple entry points (only bin) - having separate
cliandcoreis quite common in other CLI-first projects (e.g. jest or graphql-code-generator)
Nx graph
ChristopherPHolder
Metadata
Metadata
Assignees
Labels
No labels
