{"id":18951051,"url":"https://github.com/moonwalker/jetpack","last_synced_at":"2025-07-23T06:34:42.469Z","repository":{"id":37677445,"uuid":"110603835","full_name":"moonwalker/jetpack","owner":"moonwalker","description":"Webpack for Moonwalkers","archived":false,"fork":false,"pushed_at":"2025-07-22T07:42:47.000Z","size":8336,"stargazers_count":1,"open_issues_count":17,"forks_count":0,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-07-22T09:44:32.403Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/moonwalker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2017-11-13T21:22:45.000Z","updated_at":"2021-12-09T11:33:02.000Z","dependencies_parsed_at":"2024-03-05T07:52:41.891Z","dependency_job_id":"cef63a9a-1e96-4346-9a2c-997c9600dc53","html_url":"https://github.com/moonwalker/jetpack","commit_stats":null,"previous_names":[],"tags_count":384,"template":false,"template_full_name":null,"purl":"pkg:github/moonwalker/jetpack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonwalker%2Fjetpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonwalker%2Fjetpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonwalker%2Fjetpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonwalker%2Fjetpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moonwalker","download_url":"https://codeload.github.com/moonwalker/jetpack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonwalker%2Fjetpack/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266631539,"owners_count":23959419,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":[],"created_at":"2024-11-08T13:26:10.081Z","updated_at":"2025-07-23T06:34:42.443Z","avatar_url":"https://github.com/moonwalker.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jetpack\n\n[![renovatebot](https://badges.renovateapi.com/github/moonwalker/jetpack)](https://renovatebot.com/dashboard#github/moonwalker/jetpack)\n[![ci](https://github.com/moonwalker/jetpack/workflows/ci/badge.svg)](https://github.com/moonwalker/jetpack/actions?query=workflow%3Aci)\n\nWebpack for Moonwalkers.\n\n## Quick Start\n\nInstall:\n\n```shell\n$ npm install -g @moonwalker/jetpack\n```\n\nCreate a new project:\n\n```shell\n$ jetpack create projectname\n```\n\nWorking on the project:\n\n```shell\n$ cd projectname\n```\n\nRun dev server:\n\n```shell\n$ npm start\n```\n\nBuild for production:\n\n```shell\n$ npm run build\n```\n\n### Eslint + Prettier config\n\nThe idea is to automate the code formatting, while relying on Eslint to report code errors (undefined variables, not found modules, etc.). \n\n[Read more about code formatting and linting](https://github.com/moonwalker/mrm-presets#pre-flight-check)\n\n#### Setup\n\n```js\n// .eslintrc.js\nmodule.exports = {\n  extends: './node_modules/@moonwalker/jetpack/src/eslintrc.js',\n  // PROJECT CUSTOM OPTIONS\n};\n```\n\n```js\n// prettier.config.js\nmodule.exports = require('./node_modules/@moonwalker/jetpack/src/prettier.config.js');\n```\n\n```js\n// lint-staged.config.js\nmodule.exports = require('./node_modules/@moonwalker/jetpack/src/lint-staged.config.js');\n```\n\n## Development\n\n```shell\nyarn\n```\n\n### Publishing\n\n\n```shell\nyarn bump\n```\n\n[Read more about the release flow](https://github.com/moonwalker/mrm-presets#how-is-working)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoonwalker%2Fjetpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoonwalker%2Fjetpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoonwalker%2Fjetpack/lists"}