We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Separate application utilities from system tools using a Lerna monorepo setup.
api
program
api/index
cli
core
all
package.json
all/lib/index.js
logIndicator
@core/project/projectManager
@api/index
The text was updated successfully, but these errors were encountered:
#35 Initial project restructure
2729fcc
#35 Added Lerna configuration
59c7e11
#35 Migrated cli scripts from core to cli
d9923b5
#35 Updated imports to local workspace dependencies
887b03f
Temporary passthrough of logIndicator, see logIndicator issue #35
5c520b1
MitchPierias
No branches or pull requests
Separate application utilities from system tools using a Lerna monorepo setup.
api
package.program
cli code from theapi/index
into thecli
package.cli
package.core
package.all
package to index and pass-through all packages, mapping the rootpackage.json
to theall/lib/index.js
.logIndicator
from the@core/project/projectManager
. CLI specific logging should occur in CLI package actions.logIndicator
from@api/index
.The text was updated successfully, but these errors were encountered: