🌱 Seed scripts for popular scripting languages.
https://mkasberg.github.io/script-seed/
Script Seed needs your help! Please contribute by:
- Adding a new scripting language. I want to include everything that can be run on Ubuntu with a shebang line.
- Improving existing script seeds. Each seed should be an example of best practices in the given language.
See CONTRIBUTING for more info.
- Serving async requests over the
file://protocol will not work in a browser. Use a local test server to develop the website locally. For example,python3 -m http.serverorpython2 -m SimpleHTTPServer.
The test.sh script provides a very rudimentary test framework. Of course, the
machine running the tests must support all of the scripting languages to be
tested. The Dockerfile provides an environment where all the languages are
pre-installed.