I
I
Ivan Filatov2019-03-09 13:04:10
JavaScript
Ivan Filatov, 2019-03-09 13:04:10

I want to create my own CLI. What examples, tools or frameworks are there?

You need to create your own custom Command line interface (CLI), for example, there is Vue CLI
in nature . Written in JavaScript, nodejs runs it in a terminal. It works very cool, you can highlight the radio-button, check-box. Studying the repository on github did not help. Maybe because I'm not a JavaScript programmer. Maybe under .Net there are some CLI constructors - so that you can write pure implementations and bind them to menus, commands, etc. ? well, or is there a simple example in JavaScript or is there a framework? Maybe someone has already done this? I will be glad for any help.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
sim3x, 2019-03-09
@sim3x

https://docs.microsoft.com/en-us/dotnet/core/tools/

G
gogolevsergey, 2019-03-10
@gogolevsergey

https://github.com/migueldeicaza/gui.cs
I saw something similar on go, but I didn’t see it with js

B
braska, 2019-03-11
@braska

https://github.com/vadimdemedes/ink

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question