This project is licensed under the terms of the Apache License 2.0
Select the command you want to enter from dropdown menu 'Select command/operator/structure:'. After selection an area will become available in order to select options and arguments. If the arguments are invalid, relevant message will be shown. Supposing that the arguments are valid three buttons are available. One for inserting the command in the console at cursor position('Insert'), one for copying current command('Copy current command') and one for copying content of the console('Copy console').
The application provides two Settings. One for using 'Long options' of the command when they are available and one for generating comments explaining the meaning of the selected options.
Commands od, stty, chown, ptx, nice and env are not created properly.
-
Clone repository
-
Open a console and navigate to the root directory of the project
-
Run
npm install
to download required dependencies
- Run
npm start
- Run
npm build
. The destribution files will be created under dist/ folder