{"id":15648902,"url":"https://github.com/amilajack/alfred","last_synced_at":"2025-04-14T18:54:39.140Z","repository":{"id":54867626,"uuid":"105181220","full_name":"amilajack/alfred","owner":"amilajack","description":"A Modular Toolchain for JavaScript","archived":false,"fork":false,"pushed_at":"2021-01-24T00:17:32.000Z","size":11788,"stargazers_count":41,"open_issues_count":42,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T07:22:23.187Z","etag":null,"topics":["js","modular","toolchain"],"latest_commit_sha":null,"homepage":"https://alfred.js.org","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/amilajack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["amilajack"],"patreon":"amilajack","custom":["https://paypal.me/amilajack","https://venmo.com/amilajack"]}},"created_at":"2017-09-28T17:53:38.000Z","updated_at":"2024-02-21T05:37:35.000Z","dependencies_parsed_at":"2022-08-14T05:10:55.855Z","dependency_job_id":null,"html_url":"https://github.com/amilajack/alfred","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/amilajack%2Falfred","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amilajack%2Falfred/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amilajack%2Falfred/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amilajack%2Falfred/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amilajack","download_url":"https://codeload.github.com/amilajack/alfred/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248647257,"owners_count":21139081,"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":["js","modular","toolchain"],"created_at":"2024-10-03T12:27:00.009Z","updated_at":"2025-04-14T18:54:39.095Z","avatar_url":"https://github.com/amilajack.png","language":"TypeScript","funding_links":["https://github.com/sponsors/amilajack","https://patreon.com/amilajack","https://paypal.me/amilajack","https://venmo.com/amilajack","https://www.patreon.com/amilajack","https://www.patreon.com/join/2181265/checkout"],"categories":[],"sub_categories":[],"readme":"Alfred\n======\n![Github Actions](https://github.com/amilajack/alfred/workflows/Test/badge.svg?branch=master)\n[![Join the community on Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/alfred)\n[![Twitter Follow](https://img.shields.io/twitter/follow/alfredpkg.svg?style=social)](https://twitter.com/alfredpkg)\n\n![Alfred](website/static/img/alfred-banner.jpg)\n\n\u003e ## 🛠 Status: In Development\n\u003e Alfred is currently in development. It's on the fast track to a 1.0 release, so we encourage you to use it and give us your feedback, but there are things that haven't been finalized yet and you can expect some changes.\n\n## What is Alfred?\n\n- An alternative to boilerplates / starter kits\n- Better tooling, out of the box\n- A solution to brittle and complex JS infrastructure\n\n## Getting Started\n\n```bash\n# Create a new project\nnpx alfred new my-project\ncd my-project\n\n# Build your project\nnpx alfred run build\n```\n\n## Docs\n\n- **[docs](https://alfred.js.org/docs/getting-started)**\n- **[website](https://alfred.js.org)**\n- **[API](https://alfred.js.org/docs/api)**\n\n## Examples\n\nSee our [examples directory](https://github.com/amilajack/alfred/tree/master/examples)\n\n| Icon | Status                          |\n| ---  | ---                             |\n| ✅   | Basic implementation finish     |\n| 🔨   | Implementation in progress      |\n| ❌   | To be implemented, Help wanted! |\n\n|     | Example                                 | Descrption                              |\n|-----|-----------------------------------------|-----------------------------------------|\n| 1.  | [hello world node][hello-world-example] | A simple hello world app in node         |\n| 2.  | [react library][react-lib-example]      | A small button library built with React |\n| 3.  | typescript react app                    | ❌                                      |\n\n[hello-world-example]: https://github.com/amilajack/alfred/tree/master/examples/hello-world\n[react-lib-example]: https://github.com/amilajack/alfred/tree/master/examples/react-lib\n\n## Implemented Skills\n\n| Infrastructure     | Skills                     | Implemented  |\n| ---                | ---                        | ---          |\n| Bundlers           |  Webpack, Rollup, Parcel   | ✅ ✅ ✅    |\n| Transpilers        |  Babel                     | ✅           |\n| Test Frameworks    |  Jest, Mocha, Jasmine, Ava | ✅ ✅ ❌ ❌ |\n| Formatters         |  Prettier                  | ✅           |\n| Libraries          |  Lodash, Moment            | ✅ ❌        |\n| Linters            |  ESLint                    | ✅           |\n| Front End          |  React, Vue, Angular       | ✅ ❌ ❌     |\n| State Managment    |  Redux, Mobx               | ✅ ❌        |\n| Routing            |  react-router              | ❌           |\n| Query Languages    |  graphql, apollo           | ❌ ❌        |\n| Documentation      |  ESDoc, Typedoc            | ❌ ❌        |\n| Migration          |  Lebab                     | ❌           |\n| Type Checkers      |  Flow, TypeScript          | ❌ ❌        |\n| End to End Testing |  TestCafe, Cypress         | ❌ ❌        |\n\n## Implemented Targets\n\n| Target            | Implemented  |\n| ---               | ---          |\n| Browser           | ✅           |\n| Node              | ✅           |\n| Electron          | ❌           |\n| React Native      | ❌           |\n\n## Prior Art\n\n- [Cargo](https://github.com/rust-lang/cargo)\n- [NPM](https://npmjs.org), [Yarn](https://yarnpkg.com)\n- [Yeoman](http://yeoman.io)\n- [create-react-app](https://github.com/facebook/create-react-app)\n- [react-boilerplate](https://www.github.com/react-boilerplate/react-boilerplate), [electron-react-boilerplate](https://www.github.com/electron-react-boilerplate/electron-react-boilerplate), and [many many other boilerplates](https://github.com/search?q=boilerplate)\n\n## Inspiration\n\n- [parcel](http://parceljs.org)\n- [elm](https://elm-lang.org)\n- [Cargo](https://github.com/rust-lang/cargo)\n- [Yarn](https://yarnpkg.com)\n- [webpack-merge](https://github.com/survivejs/webpack-merge)\n\n## Contributing\n\nSee [CONTRIBUTING.md](./CONTRIBUTING.md)\n\n## Donations\n\nIf this project is saving you (or your team) time, please consider supporting it on Patreon 👍 thank you!\n\n**Donations will ensure the following:**\n\n- 🔨 Long term maintenance of the project\n- 🛣 Progress on the [roadmap](https://electron-react-boilerplate.js.org/docs/roadmap)\n- 🐛 Quick responses to bug reports and help requests\n\n\u003cp\u003e\n  \u003ca href=\"https://www.patreon.com/amilajack\"\u003e\n    \u003cimg src=\"https://c5.patreon.com/external/logo/become_a_patron_button@2x.png\" width=\"160\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nPlease [donate to our Patreon](https://www.patreon.com/join/2181265/checkout) or [PayPal](https://paypal.me/amilajack)\n\n## Community\n\nAll feedback and suggestions are welcome!\n\n- 💬 Join the community on [Spectrum](https://spectrum.chat/alfred)\n- 📣 Stay up to date on new features and announcements on [@alfredpkg](https://twitter.com/alfredpkg).\n\n## Goals\n\n- Standardize and simplify JS infrastructure and conventions\n- Encourage extensible and reusable infrastructure configuration\n- Provide opinionated configuration out of the box that meets the needs of most users\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Familajack%2Falfred","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Familajack%2Falfred","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Familajack%2Falfred/lists"}