Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a seed script in any new language #49

Open
mkasberg opened this issue Oct 12, 2020 · 2 comments
Open

Add a seed script in any new language #49

mkasberg opened this issue Oct 12, 2020 · 2 comments
Labels
Hacktoberfest Good issue for Hacktoberfest help wanted Extra attention is needed

Comments

@mkasberg
Copy link
Owner

mkasberg commented Oct 12, 2020

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.

@mkasberg mkasberg added help wanted Extra attention is needed Hacktoberfest Good issue for Hacktoberfest labels Oct 12, 2020
@paymin
Copy link
Contributor

paymin commented Oct 12, 2020

How about Golang? I would like to create it

@mkasberg
Copy link
Owner Author

Yes, it looks like a Golang script should be possible with the help of the gorun utility to run the go file as a script. I'd be happy to merge a PR that adds a sample Golang script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hacktoberfest Good issue for Hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants