{"id":20766726,"url":"https://github.com/chapter-three/cthreem-core","last_synced_at":"2025-03-11T18:50:12.862Z","repository":{"id":74228206,"uuid":"137517064","full_name":"chapter-three/cthreem-core","owner":"chapter-three","description":"Build tools for Drupal themes.","archived":false,"fork":false,"pushed_at":"2019-02-06T17:01:21.000Z","size":133,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-02-28T20:33:35.535Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/chapter-three.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":"2018-06-15T17:50:55.000Z","updated_at":"2019-02-06T17:01:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"3e946ecf-c79d-4f11-9791-3480d97be6d1","html_url":"https://github.com/chapter-three/cthreem-core","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chapter-three%2Fcthreem-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chapter-three%2Fcthreem-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chapter-three%2Fcthreem-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chapter-three%2Fcthreem-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chapter-three","download_url":"https://codeload.github.com/chapter-three/cthreem-core/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243094249,"owners_count":20235478,"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-17T11:25:51.029Z","updated_at":"2025-03-11T18:50:12.839Z","avatar_url":"https://github.com/chapter-three.png","language":"JavaScript","readme":"[![NPM](https://nodei.co/npm/cthreem-core.png)](https://nodei.co/npm/cthreem-core/)\n\n# CThreem Core\n\nBuild tools for Drupal themes.\n\n## Installation\n\n```bash\nnpm install cthreem-core --save\n# -- or --\nyarn add cthreem-core\n```\n\nCreate a `gulpfile.js` and (optionally) a `gulp-config.js`:\n\n```bash\ncp node_modules/cthreem-core/examples/gulpfile.js gulpfile.js\ncp node_modules/cthreem-core/gulp-config.js gulp-config.js\n```\n\nEdit the above `gulp-config.js` file as needed.\n\nCreate config files:\n\n```bash\ncp node_modules/cthreem-core/examples/.babelrc .babelrc\ncp node_modules/cthreem-core/examples/.eslintrc.js .eslintrc.js\ncp node_modules/cthreem-core/examples/.stylelintrc .stylelintrc\n```\n\n## Usage\n\nIf you are running `Gulp` v4 globally, then you can just use gulp.\n\n```bash\ngulp compile\n# -- or --\ngulp watch\n# -- or --\ngulp\n```\n\nTo see available tasks:\n\n```bash\ngulp --tasks\n```\n\nIf you are *not* running `Gulp` v4 globally, then you need to create one or more npm [run scripts](https://docs.npmjs.com/cli/run-script). Add the following to your `package.json`:\n\n```json\n{\n  ...\n  \"scripts\": {\n    \"compile\": \"gulp compile\",\n    \"start\": \"gulp default\",\n    \"gulp\": \"gulp\"\n  },\n  ...\n}\n```\n\nNow you can use gulp through `npm run`:\n\n```bash\nnpm run start\n# -- or --\nnpm run gulp\n```\n\nTo see available tasks:\n\n```bash\nnpm run gulp -- --tasks\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchapter-three%2Fcthreem-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchapter-three%2Fcthreem-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchapter-three%2Fcthreem-core/lists"}