📦 Orbital Shell Modules #20
franck-gaspoz
started this conversation in
Tutorials & how to
Replies: 1 comment
-
Make a new module (dotnet module project) with the shell command module generatorcd myProjectsFolder
new-module MyModule https://github.com/OrbitalShell/My-Module.git -i MyModule/module-settings.json -s these lines tells the shell to:
the command perform these operations:
# let's open the project with vscode and let's develop
code . |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
this topic is about shell modules
tools-shell-new-module {projectModuleRepositoryUrl} [-i {moduleSettingsFile}] [-s]
Beta Was this translation helpful? Give feedback.
All reactions