{"id":22120050,"url":"https://github.com/maxpleaner/script-creator","last_synced_at":"2025-07-08T23:02:38.955Z","repository":{"id":84577142,"uuid":"50745890","full_name":"MaxPleaner/script-creator","owner":"MaxPleaner","description":"web interface for writing and running ruby scripts and drafting HTML pages","archived":false,"fork":false,"pushed_at":"2016-03-22T00:02:10.000Z","size":441,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-08T23:02:19.983Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MaxPleaner.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-01-30T21:32:49.000Z","updated_at":"2016-02-11T22:03:52.000Z","dependencies_parsed_at":"2023-03-10T16:46:10.055Z","dependency_job_id":null,"html_url":"https://github.com/MaxPleaner/script-creator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MaxPleaner/script-creator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxPleaner%2Fscript-creator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxPleaner%2Fscript-creator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxPleaner%2Fscript-creator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxPleaner%2Fscript-creator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MaxPleaner","download_url":"https://codeload.github.com/MaxPleaner/script-creator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxPleaner%2Fscript-creator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264363730,"owners_count":23596500,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-01T14:20:02.852Z","updated_at":"2025-07-08T23:02:38.947Z","avatar_url":"https://github.com/MaxPleaner.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Script Creator\n\n#### About\n\na web app for managing local ruby scripts.\n\nYou can write / edit the scripts in the browser.\n\nThey can also be execute and the response is shown in the browser.\n\nFurthermore, there is now a CRUD interface for making HTML pages.\n\nThe pages are stored in the database and you can view them on the site.\n\nThe site has been refactored to be a bit more like a single page app.\n\n#### How to use:\n\n- Clone repo\n\n- `bundle install`\n\n- `rails server`\n\n- go to `localhost:3000`\n\nNote that I haven't made any effort to try and deploy this app.\n\n#### Another thing\n\nUse the following example to script REPLs (interactive script). i.e. commands that hang unless an exit command is given.\n\n```bash\n$ (echo \"print 'hello world'\"; echo \"exit\") | ./ruby-cli-skeleton | grep hello\n```\n\nThis does a couple thigns:\n  - combines multiple `echo` calls into a single output by wrapping them in parens and separating them using semicolons.\n  - issues ruby commands via `echo`, including one for `exit` which is necessary.\n  - pipes the `echo` to the cli script, and pipes the script output to `grep`, searching the text. \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxpleaner%2Fscript-creator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxpleaner%2Fscript-creator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxpleaner%2Fscript-creator/lists"}