g2384 / VHDLFormatter

VHDL formatter web online written in typescript
https://g2384.github.io/VHDLFormatter/
MIT License
51 stars 20 forks source link

Command line interface needed #16

Open raczben opened 4 years ago

raczben commented 4 years ago

Request a new feature

As a user, I want to...

Is there command line interface for this nice formatter?

Example Input:

nodejs VHDLFormatter --indent " " ./awesome.vhd

Example Output:

Write the formatted code into file.

g2384 commented 4 years ago

Try this: https://github.com/jpsheehan/VHDLFormatter.

Feel free to create a PR for this, if you are willing to contribute to this.

raczben commented 4 years ago

Hi @g2384 and @jpsheehan

Yes, jpsheehan's repo is an embryonic stage CLI beautifier. I have forked that, and I have added some features to it. I plan to add some more more features, tests, and doc. Do you plan to develop/merge the CLI functionality?

g2384 commented 4 years ago

I don't plan to develop CLI functionality, and I'm not sure if I know how to use it. Let me try to use your forked repo first. I'm willing to see more work is being merged into this repo.

jheaff1 commented 4 years ago

I too would be very interested in a command line interface so that it could be integrated into a CI system

g2384 commented 4 years ago

@jheaff1 Please check out the forked repos. Some did work on the CLI functionality. Some can even run it with Linux system. But I don't know much about their current status

pidgeon777 commented 3 months ago

Any update about integrating the CLI functionality? A command-line version would be very cool, indeed.