Coder Social home page Coder Social logo

devy's Introduction

Devy

License Version

A grouping of CLI devtools

Available Tools

  • Base64 encode/decode
  • Password/Unique string creation
  • API runner that parses a Yaml file to build requests

Main Commands

Commands:

Command Description
base64 Base64 encoding and decoding.
password Generate a password, default is 32 characters with all character types
api Make API request(s) from a yaml file
help Print this message or the help of the given subcommand(s)

Options:

Option Description
-h, --help Print help
-V, --version Print version

Base64 Command

Base64 encoding and decoding.

Usage: devy base64 [OPTIONS] <STRING>

Arguments:

  • <STRING> The string to encode or decode
Option Description
-d, --decode base64 decode the given value
-e, --encode base64 encode the given value
-h, --help Print help

Password Command

Generate a password, default is 32 characters with all character types

Usage: devy password [OPTIONS]

Option Description
-l, --lower Include lowercase letters
-u, --upper Include uppercase letters
-n, --numbers Include numbers
-s, --special Include special characters
--length <LENGTH> The length of the password [default: 32]
-h, --help Print help

Api Command

Make API request(s) from a yaml file

Usage: devy api --file <FILE>

Option Description
--file <FILE> Path to Yaml file to use for sending requests
-h, --help Print help

Yaml file example

- title: "the request title to print"
  data:
    method: GET
    url: https://example.com
    headers: {
      "Accept": "application/json"
    }
- title: "another request title"
  data:
    method: POST
    url: https://example.com
    headers: {
      "Accept": "application/json",
      "Content-Type": "application/json"
    }
    post_body: '{
      "id": 1234,
      "name": "Test Post"
    }'

devy's People

Contributors

dvnc0 avatar

Watchers

 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.