File names and bin command names #985
plocket
started this conversation in
Improving clarity
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Somewhere to debate file names. I'll add more items in here as we bring them up.
setup.js (alkiln-setup)
setup.jsjust installs packages on the author's docassemble server. We now have 4 different environments in which ALKiln can run and they have slightly different ideas of what "setup" is. In addition, the setup processes have expanded to include a lot of other things, like creating the artifacts folder and possibly generating tests.Ideas:
server_install.js (alkiln-install)
install.jsinstalls the author's package on the GitHub sandbox server. We also "install" on the author's Playground in non-sandbox tests. Another type of "install" is in setup.js above. Another is installing ALKiln's npm package directly on a developer's server.Ideas:
action_for_github_server folder
This is actually impossible, but if we could do this (maybe with a future major version change) we might align it with ALKiln's documentation as
action_for_github_sandbox.Beta Was this translation helpful? Give feedback.
All reactions