Skip to content

Add a seed script in any new language #49

Description

@mkasberg

Open a pull request to add a sample script for any scripting language we don't already have. See examples at https://mkasberg.github.io/script-seed. For a language to be included, it needs to be executable as a script (i.e. with a #! shebang) on Ubuntu Linux (after installing required dependencies), and it needs to be able to parse basic command line arguments (like -h). See the existing scripts for examples.

Complete instructions for adding a new language are available in CONTRIBUTING. Feel free to ask if you need help getting the tests working. Also, feel free to open an issue proposing the new language you want to add, and we can work through details before you start if you'd like.

If you want to write a language that we already have, consider improving the existing script instead. (We don't want duplicates.) I'm happy to merge substantive improvements (even if they're small), but I'm not interested in useless text changes (like renaming plant to tree).

As a rough example, see #26.

Metadata

Metadata

Assignees

No one assigned

    Labels

    HacktoberfestGood issue for Hacktoberfesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions