Git Product home page Git Product logo

cast-cli's Introduction

Cast CLI

Personal CLI to do CLI things without boilerplate.

Development

Build on Windows command:

go build -o bin/cast.exe

If CLI isn't updated in Windows system, then make sure it's correct one by running:

Get-Command cast

Set of commands

cast push "{msg}"

Perform usual line of commands for git push:

git add .
git commit -m "{msg}"
git push

cast dev

Identifies which programming language and which command is used to run project. And then run project. To avoid process of checking which one to use in which project.

So if project has file pnpm-lock.json then:

pnpm run dev

If project has file npm-lock.json then:

npm run dev

cast safari

Opens safari browser using Playwright

Default Outputs

PS C:\Work\rk\cast> git add .
PS C:\Work\rk\cast> git commit -m "cast"
[main be614b9] cast
 1 file changed, 1 insertion(+), 1 deletion(-)
PS C:\Work\rk\cast> git push
Enumerating objects: 5, done.
Counting objects: 100% (5/5), done.
Delta compression using up to 20 threads
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 289 bytes | 289.00 KiB/s, done.
Total 3 (delta 2), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (2/2), completed with 2 local objects.
remote: This repository moved. Please use the new location:
remote:   https://github.com/roman-koshchei/cast-cli.git
To https://github.com/roman-koshchei/do.git
   5da2c33..be614b9  main -> main
PS C:\Work\rk\cast>

cast-cli's People

Contributors

roman-koshchei 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.