Giter Site home page Giter Site logo

moseschmiedel / jarvis Goto Github PK

View Code? Open in Web Editor NEW
3.0 0.0 0.0 22 KB

A framework-agnostic task runner for the command line

License: GNU Affero General Public License v3.0

Rust 100.00%
rust command-line-tool command-line runner task-runner workflow

jarvis's Introduction

JARVIS

jarvis is a command line tool that allows you to define aliases that are local to your current project. The name is borrowed from Tony Stark's Personal AI Assistant, because this tool allows you to talk to your computer via the command line much like Tony Stark talks to JARVIS.

Inspiration

When I saw npm and its feature to define local aliases, so called tasks, in your package.json I got the idea to write this little tool. It very much does the same as npm in terms of the task runner thing. But jarvis also does more...

Features

  • multiple supported config file formats: JSON, TOML
  • integrates with every project
  • simple to setup
  • runs blazingly fast and secure because it's written in rust

Installation

With Cargo package manager:

cargo install jarvis

or by cloning the git repository:

git clone https://github.com/moseschmiedel/jarvis.git
cd jarvis
cargo install .

Usage

Just create a .jarvis.{your-preferred-config-type} in your project's root. In there create a subsection called commands and then specify your commands as key-value-pairs where the key is your wished identifier used to tell jarvis which command to run and the value is a string containing the command that should be called when the identifier is called with jarvis.

You can run jarvis just by executing:

jarvis <command> <args-for-command>

For example with the following configuration files, this:

jarvis hello-world

would print

Hello, world!

in your terminal.

Example configuration files

.jarvis.toml

[commands]
hello-world = "echo \"Hello, world!\"

.jarvis.json

{
	"commands": {
		"hello-world": "echo \"Hello, world!\"
	}
}

Contact

Maintainer: Mose Schmiedel [email protected]

Please post Issues in the GitHub Repo: https://github.com/moseschmiedel/jarvis.git

jarvis's People

Contributors

moseschmiedel avatar

Stargazers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.