Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Monorepo Migration #35

Open
7 of 9 tasks
MitchPierias opened this issue Jul 24, 2019 · 0 comments
Open
7 of 9 tasks

Monorepo Migration #35

MitchPierias opened this issue Jul 24, 2019 · 0 comments
Assignees
Labels
feature New feature or request enhancement

Comments

@MitchPierias
Copy link
Collaborator

MitchPierias commented Jul 24, 2019

Separate application utilities from system tools using a Lerna monorepo setup.

  • Configure monorepo.
  • Separate application utilities into an api package.
  • Move program cli code from the api/index into the cli package.
  • Separate command line tools into cli package.
  • Separate Lamington docker, build and generate functionality into a core package.
  • Update cross-linking between packages.
  • Implement a root level all package to index and pass-through all packages, mapping the root package.json to the all/lib/index.js.
  • Remove logIndicator from the @core/project/projectManager. CLI specific logging should occur in CLI package actions.
  • Remove export logIndicator from @api/index.
@MitchPierias MitchPierias added the feature New feature or request enhancement label Jul 24, 2019
@MitchPierias MitchPierias self-assigned this Jul 24, 2019
MitchPierias added a commit that referenced this issue Jul 25, 2019
MitchPierias added a commit that referenced this issue Jul 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request enhancement
Projects
None yet
Development

No branches or pull requests

1 participant