An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# {ModuleTitle}
Module for Orbital Shell

{ModuleDescription}

![.NET](https://github.com/{ModuleRepositoryOwner}/{ModuleID}/workflows/.NET/badge.svg)
![last commit](https://img.shields.io/github/last-commit/{ModuleRepositoryOwner}/{ModulePackageID}?style=plastic)
![releasever](https://img.shields.io/github/v/release/{ModuleRepositoryOwner}/{ModulePackageID}?style=plastic)
![releasedate](https://img.shields.io/github/release-date/{ModuleRepositoryOwner}/{ModulePackageID}?style=plastic)


![toplanguage](https://img.shields.io/github/languages/top/{ModuleRepositoryOwner}/{ModulePackageID})
![lngcount](https://img.shields.io/github/languages/count/{ModuleRepositoryOwner}/{ModulePackageID})


![codesize](https://img.shields.io/github/languages/code-size/{ModuleRepositoryOwner}/{ModulePackageID})
![reposize](https://img.shields.io/github/repo-size/{ModuleRepositoryOwner}/{ModulePackageID})

### 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**