Node frameworks for command line apps?
Asked Answered
G

2

15

I'm trying to find a pretty simple framework that I use to organise the 'architecture' of a nodejs command line app.

I've found this site: http://nodeframework.com/ but it seems to be focused around web or network frameworks so am hoping someone could point me to something more suitable.

Gifted answered 16/8, 2017 at 17:11 Comment(0)
B
18

Check out Vorpal and Commander.js.

There are lots of interesting projects for building CLIs. I'll list some of them below:

Bullpen answered 16/8, 2017 at 19:23 Comment(1)
I maintain Gluegun, which supports TypeScript and plugins out of the box. github.com/infinitered/gluegunTriplet
H
0

I have developed a new framework for command-line applications.

Clirio | npm

This framework adheres to SOLID principles and is built using TypeScript. I designed it with inspiration from Angular and NestJS but in a simplified version.

Please take a look. I invested a lot of time and effort into this implementation

Additionally, I have created a ready-made starter kit for application development.

I invite everyone to join and contribute to the project :)

Help answered 18/10, 2023 at 17:8 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.