Sublime Forum

Can Sublime Merge replace Terminus with npm?

#1

Hi,

I wonder can I use Sublime Merge to add dependencies to my Bootstrap 5 build and use it with npm like I do in Terminus. Resulting in no need to use Terminus?
Can someone please elaborate? The description on the website is a bit short.

Regards,

David

0 Likes

#2

Sublime Merge is a git client. It provides an intuitive UI to perform git operations (as opposed to doing it from a command line). So, depends

  1. If you are using Terminus to perform git operations, then I wouldn’t say it wouldn’t replace it, but you can try Sublime Merge to see if you like doing git operations using a GUI rather than from the terminal (in this case Terminus)

  2. For any other kind of terminal related operations, there is no meaning for the term replace. You can’t run npm commands from Merge because it doesn’t make sense (since it is not designed for such purposes)

0 Likes

#3

OK clear! Thanks!

0 Likes