ScripterScripter is a vscode extension, where the developer can apply shortcuts to easily execute custom commands. Includes the ability to see the progress of each command and act according to his needs (e.g. stop, repeat, run). UsageTo be able to recognize the shortcut commands on each project, you need to add the file
Scripter will, then, register the configuration to the VSCode sidebar, so that you can start running the commands for the specific project. Getting StartedFollow these instructions to run Scripter locally. PrerequisitesScripter is a node project, which means you should have the latest version of NodeJS installed. Install ProjectTo install the project, just run the command
Build ProjectTo build the project, just run the command
Run ProjectTo start the project, just open
Run TestsTo start the project unit tests, just run the command
DeploymentScripter follows the publishing steps that Microsoft suggests. PrerequisitesSince Sripter is a VSCode extension, generate a personal access token, by following these steps After that, create a file
Publish ProjectTo publish the project, just run the command
Don't forget to bump the version beforehand, by running the command
Built With
ContributingPlease read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us. VersioningFor the versions available, see the tags on this repository. Authors
See also the list of contributors who participated in this project. LicenseThis project is licensed under the MIT License - see the LICENSE.md file for details. |