Synix Docs
Documentation for Synix
# install synix globallt
$ npm install -g synix
# initialize synix
$ sx init code
# check initialisation
$ sx version
# Commands
Most of the main commands that we use daily like ls,touch,mkdir etc. are already added and on top of them we added some more cool commands that will make your life a little easier.
Explore →
# Customize
Synix is highly customizable, we also added a command named
editwhich will open the base configuration file that synix uses to run. Also there is a slot provided to add shortcuts to your own commands and synix will run them
Explore →
# Contribute
Synix is an open-source project and anyone feeling to add a command or having an error using the tool can file an issue on our github page, we would be happy to look into it
Explore →