{"id":21401464,"url":"https://github.com/spoonx/tape-roller","last_synced_at":"2025-03-16T16:16:31.978Z","repository":{"id":65514495,"uuid":"151708267","full_name":"SpoonX/tape-roller","owner":"SpoonX","description":"Create, modify and generate code. Common boilerplate operations on the CLI made easy.","archived":false,"fork":false,"pushed_at":"2018-10-27T17:38:16.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-24T18:40:18.113Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SpoonX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-05T11:02:46.000Z","updated_at":"2018-11-10T23:04:32.000Z","dependencies_parsed_at":"2023-01-26T21:05:17.311Z","dependency_job_id":null,"html_url":"https://github.com/SpoonX/tape-roller","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpoonX%2Ftape-roller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpoonX%2Ftape-roller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpoonX%2Ftape-roller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpoonX%2Ftape-roller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SpoonX","download_url":"https://codeload.github.com/SpoonX/tape-roller/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243893897,"owners_count":20364919,"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-11-22T15:27:57.195Z","updated_at":"2025-03-16T16:16:31.932Z","avatar_url":"https://github.com/SpoonX.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tape-roller\n\nCreate, modify and generate code. Common boilerplate operations on the CLI made easy.\n\n[![Slack Status](https://spoonx-slack.herokuapp.com/badge.svg)](https://spoonx-slack.herokuapp.com)\n\nhttps://gist.github.com/Rawphs/4f0ef360ddab7794549fa7b9b7e8b821\n\n## Usage \n\n```ts\nconst moduleName      = params.name;\nconst sourceDirectory = path.resolve(__dirname, '..', 'templates');\nconst targetDirectory = path.resolve(projectRoot, 'app');\nconst tapeRoller      = new TapeRoller({ sourceDirectory, targetDirectory });\n\ntapeRoller\n  .read('module/**/*', { from: 'module' })\n  .replace({ moduleName, year: new Date().getFullYear() })\n  .write(path.resolve('module', moduleName));\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspoonx%2Ftape-roller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspoonx%2Ftape-roller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspoonx%2Ftape-roller/lists"}