https://github.com/linkorb/scripter
Scripter: makes your apps scriptable
https://github.com/linkorb/scripter
Last synced: 5 months ago
JSON representation
Scripter: makes your apps scriptable
- Host: GitHub
- URL: https://github.com/linkorb/scripter
- Owner: linkorb
- License: mit
- Created: 2019-06-23T13:10:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-01T13:26:52.000Z (almost 7 years ago)
- Last Synced: 2026-01-14T14:52:16.637Z (5 months ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Scripter
========
Makes your apps scriptable
## Features
* Scripts can be written in any programming language
* Scripts arguments can be specified using [docopt](http://docopt.org/) for self-documentation
* Symfony Console commands included
* Auto register scripts as Symfony Console commands on your CLI apps
* Scripts are executed in their own process
## Use-case
Scripter lets external developers extend the functionality of your apps in their programming language of choice.
Scripter scans a set of directories for executables (bash files, php scripts, node apps, binaries, etc) and
registers them in a collection.
The collection can be queried, and scripts can be executed easily from your app.
## Users
* [INFRA](https://github.com/linkorb/infra): your infrastructure as a GraphQL service
## License
MIT. Please refer to the [license file](LICENSE) for details.
## Brought to you by the LinkORB Engineering team

Check out our other projects at [linkorb.com/engineering](http://www.linkorb.com/engineering).
Btw, we're hiring!