https://github.com/orbitalshell/orbitalshell-module-template
project template of an orbital shell module
https://github.com/orbitalshell/orbitalshell-module-template
module orbital project project-template shell template
Last synced: about 2 months ago
JSON representation
project template of an orbital shell module
- Host: GitHub
- URL: https://github.com/orbitalshell/orbitalshell-module-template
- Owner: OrbitalShell
- Created: 2021-02-17T19:53:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-18T13:43:08.000Z (over 4 years ago)
- Last Synced: 2025-06-16T16:18:03.387Z (5 months ago)
- Topics: module, orbital, project, project-template, shell, template
- Language: C#
- Homepage:
- Size: 245 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# {ModuleTitle}
Module for Orbital Shell
{ModuleDescription}








### Usage
install into the shell:
```shell
> module -i {ModuleLowerID}
```
### Preview
{add a preview here}
### Settings
namespace **{ModuleNamespace}**
variable | type | value
-- | -- | --
isEnabled | bool | true
Orbital Shell is a multi-plateform (**windows, linux, macos, arm**) command shell, inspired by bash and POSIX recommendations. It provides any usual bash shell feature (even if modernized) and nice syntaxes and features allowing to interact (get/set/call members) with C# objects. Developed using **C# 8, .NET Core 3.1/Net 5 and .NET Standard 2.1**