thecb4 / ShellKit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ShellKit

pipeline status supported platforms macOS version

ShellKit gives you a powerful way to interface to the command line with a set of standard command or you can extend to create your own.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Built With

From scratch... like biscuits

Prerequisites

  • macOS 10.13 or later
@available(macOS 10.13, *)

Installing

Package Manager

dependencies: [
  .package(url: "https://gitlab.com/thecb4/shellkit.git", .branch("master")),
],

Using

ShellKit is used by importing the library and easily leveraging the existing commands

import ShellKit

try Shell.swiftTestGenerateLinuxMain()

Testing

ShellKit does come with tests

swift test

Roadmap and Contributing

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Roadmap

Please read ROADMAP for an outline of how we would like to evolve the library.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for changes to us.

Changes

Please read CHANGELOG for details on changes to the library.

Authors

See also the list of contributors who participated in this project.

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

About

License:MIT License


Languages

Language:HTML 70.4%Language:JavaScript 20.5%Language:Swift 5.5%Language:CSS 3.5%Language:Shell 0.2%