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

Bootstrap a project with a Config File #22

Open
Savio629 opened this issue Apr 8, 2024 · 1 comment
Open

Bootstrap a project with a Config File #22

Savio629 opened this issue Apr 8, 2024 · 1 comment

Comments

@Savio629
Copy link
Collaborator

Savio629 commented Apr 8, 2024

Expected Outcome:
Bootstrap a project with existing Configuration
Let's we have a config json file which can contain required modulenames which need to be installed and required package manager which will be used to bootstrap the project.

Suggestion to use same/configure existing registry file so that it can be easily use by anyone to bootstrap a new project
Ref: #20

@Savio629 Savio629 changed the title Bootstrap a project with existing Configuration Bootstrap a project with a Config File Apr 8, 2024
@Savio629
Copy link
Collaborator Author

Savio629 commented Apr 26, 2024

@techsavvyash
Should the config file look something like this as the initial step?

Or do we have to have some more configuration here?
spec.json

{
  "projectName": "projectName",
  "prismaSetup": false,
  "userServiceSetup": false,
  "monitoringSetup": false,
  "monitoringServicesSetup": false,
  "temporalSetup": false,
  "loggingSetup": false,
  "fileUploadSetup": false,
  "packageManager": "npm"
}

spec.yaml

projectName: projectName
prismaSetup: false
userServiceSetup: false
monitoringSetup: false
monitoringServicesSetup: false
temporalSetup: false
loggingSetup: false
fileUploadSetup: false
packageManager: npm

I'll update the following issue to follow same config file
#1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant