-
Notifications
You must be signed in to change notification settings - Fork 21
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
makei init
support
#109
Comments
I like the idea about the git url and the more complete Rules.mk |
Note that we not longer need the last point about generating the object type targets. would we know if it is PGM or SRVPGM, BNDRPG or RPGMOD, only if there were binaries to query |
@worksofliam Now that we have SourceOrbit, what should be the interplay between makei cvtsrcpf and sourceorbit. Today allow Project Explorer to call each in turn. |
I think it'd be useful for an
init
parameter to create all the base files for a project.initialised
iproj.json
I think some magic needs to be done with
includePath
. I thinkinit
should look for those directories in the working tree and find things likeQRPGLEREF
,H
, etc, and then add them to the list of it exists.Same thing for
repository
. Something likegit config --get remote.origin.url
would get the remote path, which would be a nice initial value.Rules.mk
file in every directoryI think the root
Rules.mk
file needs to be created with justSUBDIRS = x y x
wherex y z
is a list of directories in the root.I also think it should make a basic
Rules.mk
in every folder with some initial values and maybe some additional comments:The text was updated successfully, but these errors were encountered: