SynixJS


→ A no-flag nodeJS CLI to make the use of command-line easy and uniform

No Frameworks. No Libraries. Pure nodeJS


 

Why?

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.


Installation

npm install -g synix

Not into package management stuff? download the zip here


Setup

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

Basic Usage

The commands of synix are pretty intutuive and some basic commands are:

  • sx ls : Displays everything(even hidden folders) in the terminal/cmd
  • sx touch [file name] : Creates that file in that directory
  • sx open [path/to/folder] : Opens that specific folder in your preferred text editor as a project
  • sx mkdir [folder name] : Make the folder in that specific directory for you

Documentation

A detailed documentation of all the commands along with it's usage is present here


People