Coder Social home page Coder Social logo

guitarrapc / base64urlcore Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 2.0 96 KB

CLI tool for base64 & base64url encode/decode for URL applications.

License: MIT License

C# 100.00%
base64 base64url base64encode base64decode netcore2 dotnet-global-tool

base64urlcore's People

Contributors

guitarrapc avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

base64urlcore's Issues

--version doesnt work properly.

PS C:\Users\user1\Desktop\core 3> mkdir base63tooltest


    Directory: C:\Users\user1\Desktop\core 3


Mode                LastWriteTime         Length Name
----                -------------         ------ ----
d-----        9/27/2019  12:47 PM                base63tooltest


PS C:\Users\user1\Desktop\core 3> cd .\base63tooltest\
PS C:\Users\user1\Desktop\core 3\base63tooltest> dotnet new tool-manifest; dotnet tool install base64urls --ve
rsion 1.1.0;  dotnet tool install base64urls --global;
The template "Dotnet local tool manifest file" was created successfully.
You can invoke the tool from this directory using the following commands: 'dotnet tool run base64urls' or 'dotnet base64urls'.
Tool 'base64urls' (version '1.1.0') was successfully installed. Entry is added to the manifest file C:\Users\user1\Desktop\core 3\base63tooltest\.config\dotnet-tools.json.
You can invoke the tool using the following command: base64urls
Tool 'base64urls' (version '1.1.1') was successfully installed.
PS C:\Users\user1\Desktop\core 3\base63tooltest> base64urls
Usage: base64urls [-version] [-help] [decode|encode|escape|unescape] [args]
E.g., run this: base64urls decode QyMgaXMgYXdlc29tZQ==
E.g., run this: base64urls encode "C# is awesome."
E.g., run this: base64urls escape "This+is/goingto+escape=="
E.g., run this: base64urls unescape "This-is_goingto-escape"
PS C:\Users\user1\Desktop\core 3\base63tooltest> base64urls --version
base64urls v1.0.0.0
PS C:\Users\user1\Desktop\core 3\base63tooltest>

v1.0.0.0 is not the version reported by the dotnet tool install or nuget.

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.