The commands that we use are different in different operating systems and this creates a problem of either forgetting the commands or using commands from one OS in another OS
NodeJS is a cross-platform software, so this tool would be cross-platform and we tried to write the most used commands and added some cool and helpful commands on top of it.
Written in pure nodeJS, this tool will solve all kinds of command-line problems and helps you to reduce the number of commands you use.
Setting up synix is very easy we have a init
command which sets everything for you based upon the text-editor prefrence
> sx init code # for visual studio code
> sx init subl # for sublime text
> sx init atom # for atom
The commands of synix are pretty intutuive and some basic commands are:
sx ls
: Displays everything(even hidden folders) in the terminal/cmdsx touch [file name]
: Creates that file in that directorysx open [path/to/folder]
: Opens that specific folder in your preferred text editor as a projectsx mkdir [folder name]
: Make the folder in that specific directory for youA detailed documentation of all the commands along with it's usage is present here