{"id":26466086,"url":"https://github.com/ipshot/easyscript","last_synced_at":"2026-04-20T09:02:55.972Z","repository":{"id":44979805,"uuid":"171488264","full_name":"IpShot/EasyScript","owner":"IpShot","description":"Create and run js scripts without preparations","archived":false,"fork":false,"pushed_at":"2023-01-03T16:42:08.000Z","size":167,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-26T23:12:22.600Z","etag":null,"topics":["babel","create","easy","es6","fast","javascript","js","node","nodejs","quick","quickstart","run","script","simple"],"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/IpShot.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}},"created_at":"2019-02-19T14:28:26.000Z","updated_at":"2020-07-04T04:52:25.000Z","dependencies_parsed_at":"2023-02-01T08:01:52.184Z","dependency_job_id":null,"html_url":"https://github.com/IpShot/EasyScript","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IpShot/EasyScript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IpShot%2FEasyScript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IpShot%2FEasyScript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IpShot%2FEasyScript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IpShot%2FEasyScript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IpShot","download_url":"https://codeload.github.com/IpShot/EasyScript/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IpShot%2FEasyScript/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32040353,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["babel","create","easy","es6","fast","javascript","js","node","nodejs","quick","quickstart","run","script","simple"],"created_at":"2025-03-19T11:19:03.086Z","updated_at":"2026-04-20T09:02:55.954Z","avatar_url":"https://github.com/IpShot.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EasyScript\n\nQuick, simple way to create and run your ES6 scripts in NodeJS.\n\n### Problem\n\nSometimes you need to create a script for a one-time task. For example you have to fetch all emails from database, filter and structure them in a required way, then write them to a txt file. If you don't want to spend time for configuring npm project from scratch this tool for you.\n\n### Benefits\n* No any configurations.\n* No need to install used packages, they will be installed automatically.\n* ES6 is set up.\n* Everything ready. Just write your script and run.\n\n## How to use\n\n```\ngit clone https://github.com/IpShot/EasyScript.git\ncd ./EasyScript\nnpm install\n```\n\nAdd your script file to `scripts` folder.\\\nAfter a new script file added you have to run:\n```\nnpm run build\n```\nYou don't need to call the build command after a script change. You have to do that only if a new file added to `scripts` folder.\n\nAfter build you can run your scripts as:\n```\nnpm run your_script_file_name (without extension)\n```\nYou don't need to install any packages you used in the script. It will be installed automatically.\n\nExample:\n```\nnpm run helloworld\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipshot%2Feasyscript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fipshot%2Feasyscript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipshot%2Feasyscript/lists"}