jsir
v2.2.2
Published
JavaScript Script Management Tool
Downloads
15
Maintainers
Readme
jsir: JavaScript Script Management Tool
jsir is a command line tool designed to help manage and organize your JavaScript files. With jsir, you can edit, run, and compare JavaScript files, view file dependencies, and switch between different workspaces.
Installation
You can install jsir globally using npm:
npm install -g jsir
Getting Started
To start using jsir, simply run the command:
jsir
This will open the jsir REPL interface where you can start managing your files.
Commands
Here is a list of available commands in jsir:
| Keyword | Short | Comment | |------------|-------|------------------------| | .add | .a | Add file | | .clear | .C | Clear task | | .compare | .c | Compare files | | .deps | .d | View file dependencies | | .edit | .e | Edit file | | .file | .f | Working file mode | | .get | .g | Get file | | .help | .h | Help documentation | | .list | .l | View file list | | .quit | .q | Exit | | .rename | .n | Rename file | | .repl | .p | Interactive interface | | .rm | .R | Remove file | | .run | .r | Quick execution | | .see | .s | View file | | .switch | .S | Switch workspace | | .uninstall | .u | Uninstall workspace | | .version | .v | View version | | .workspace | .w | Workspace Management |
For detailed information on how to use each command, use the .help
command followed by the short keyword of the command.