{"id":14956903,"url":"https://github.com/blixai/blix","last_synced_at":"2025-10-24T10:31:13.832Z","repository":{"id":41778257,"uuid":"101245809","full_name":"blixai/blix","owner":"blixai","description":"⚙️🔧 CLI tool and scripting library to create, automate, and enhance Javascript applications","archived":false,"fork":false,"pushed_at":"2024-06-26T03:15:50.000Z","size":2939,"stargazers_count":26,"open_issues_count":47,"forks_count":2,"subscribers_count":6,"default_branch":"v_2.0.0","last_synced_at":"2025-02-07T19:11:18.434Z","etag":null,"topics":["bookshelf","express","knex","mongodb","mongoose","postcss","postgres","pug","react","react-router","redux","sass","vue","vue-router","vuex","webpack"],"latest_commit_sha":null,"homepage":"https://docs.blixjs.com","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/blixai.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}},"created_at":"2017-08-24T02:35:17.000Z","updated_at":"2023-08-17T03:53:10.000Z","dependencies_parsed_at":"2024-08-05T19:44:32.842Z","dependency_job_id":null,"html_url":"https://github.com/blixai/blix","commit_stats":{"total_commits":730,"total_committers":7,"mean_commits":"104.28571428571429","dds":0.6068493150684932,"last_synced_commit":"eda5317b3166414b4998688aa3063ea7412687f2"},"previous_names":["blixjs/blix"],"tags_count":95,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blixai%2Fblix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blixai%2Fblix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blixai%2Fblix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blixai%2Fblix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blixai","download_url":"https://codeload.github.com/blixai/blix/tar.gz/refs/heads/v_2.0.0","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237950923,"owners_count":19392667,"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":["bookshelf","express","knex","mongodb","mongoose","postcss","postgres","pug","react","react-router","redux","sass","vue","vue-router","vuex","webpack"],"created_at":"2024-09-24T13:13:42.445Z","updated_at":"2025-10-24T10:31:07.690Z","avatar_url":"https://github.com/blixai.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://docs.blixjs.com\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n    \u003cimg width=\"222\" src=\"https://docs.blixjs.com/logo.png\" alt=\"Blix logo\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/blix\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/blix.svg\" alt=\"npm version\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/blixjs/blix/blob/v_2.0.0/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/mashape/apistatus.svg\" alt=\"license\"/\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/blixjs/blix/graphs/contributors\"\u003e\n     \u003cimg src=\"https://img.shields.io/github/contributors/blixjs/blix.svg\" alt=\"contributors\"/\u003e \n  \u003c/a\u003e\n  \u003ca href=\"https://codecov.io/gh/blixjs/blix\"\u003e\n    \u003cimg src=\"https://codecov.io/gh/blixjs/blix/branch/v_2.0.0/graph/badge.svg\" alt=\"coverage\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch2 align=\"center\"\u003eFor documentation + guides visit our \u003ca href=\"https://docs.blixjs.com\" target=\"_blank\"\u003ewebsite\u003c/a\u003e\u003c/h2\u003e\n\nBlix Cli is a multi use tool for \n1) Creating applications \n1) Adding tools to existing applications \n1) Automating common tasks\n1) Generating custom files \n1) Enchancing developer productivity. \n\nBlix works to provide a pleasant, rapid development experience by leveraging **convention + configuration**. \n\nCurrently Blix focuses on Javasript projects - React, Vue, Express, etc. But in the future expect it to expand to much more.\n\n## Installation\n\nSystem requirements: **Blix requires Node version 8 or above**. \n\nTo install Blix globally:\n\n```bash\nnpm install -g blix\n# OR\nyarn global add blix\n```\n\n## Blix commands: \n```\n  blix new\n  blix add\n  blix scripts\n  blix generate | g\n  blix notes\n  blix do\n  blix help\n  blix version | -v\n```  \n\n## Quick Start: Build a new project from scratch:\n\nTo create a new project with Blix without installing it you can use [npx](https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b) to try it out!\n\n```\nnpx blix new\n```\n\nYou will then be prompted on what you need for your new project. \n\nFor more in-depth walkthroughs check out these quick start examples on our website:\n\n[**New Default Project**](https://docs.blix.ai/guide/examples/default-project.html)\n\n\n[**Add Redux/React-Router to Create-React-App**](https://docs.blix.ai/guide/examples/add-redux-and-react-router-to-create-react-app.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblixai%2Fblix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblixai%2Fblix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblixai%2Fblix/lists"}