{"id":21184510,"url":"https://github.com/eden-js/cli","last_synced_at":"2025-07-10T00:33:32.667Z","repository":{"id":28851427,"uuid":"32375412","full_name":"eden-js/cli","owner":"eden-js","description":"Awesome isomorphic NodeJS skeleton for structured applications","archived":false,"fork":false,"pushed_at":"2023-01-03T15:15:01.000Z","size":4757,"stargazers_count":25,"open_issues_count":44,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-24T08:55:30.350Z","etag":null,"topics":["boilerplate","eden","express","flux","gulp","isomorphic","mongodb","node","nodejs","riotjs"],"latest_commit_sha":null,"homepage":"https://edenjs.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/eden-js.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"EdenCoder","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-03-17T06:23:26.000Z","updated_at":"2023-08-23T15:14:47.000Z","dependencies_parsed_at":"2023-01-14T13:36:20.597Z","dependency_job_id":null,"html_url":"https://github.com/eden-js/cli","commit_stats":null,"previous_names":["eden-js/eden"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/eden-js/cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eden-js%2Fcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eden-js%2Fcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eden-js%2Fcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eden-js%2Fcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eden-js","download_url":"https://codeload.github.com/eden-js/cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eden-js%2Fcli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264506232,"owners_count":23619002,"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":["boilerplate","eden","express","flux","gulp","isomorphic","mongodb","node","nodejs","riotjs"],"created_at":"2024-11-20T18:09:08.990Z","updated_at":"2025-07-10T00:33:32.336Z","avatar_url":"https://github.com/eden-js.png","language":"JavaScript","funding_links":["https://github.com/sponsors/EdenCoder"],"categories":[],"sub_categories":[],"readme":"# EdenJS\n[![TravisCI](https://travis-ci.com/eden-js/cli.svg?branch=master)](https://travis-ci.com/eden-js/cli)\n[![Issues](https://img.shields.io/github/issues/eden-js/cli.svg)](https://github.com/eden-js/cli/issues)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/eden-js/cli)\n[![Awesome](https://img.shields.io/badge/awesome-true-green.svg)](https://github.com/eden-js/cli)\n[![Discord](https://img.shields.io/discord/583845970433933312.svg)](https://discord.gg/5u3f3up)\n\nAwesome isomorphic NodeJS skeleton for structured applications. Just have a look at the \"bundles\" that make up an EdenJS application.\n\n## Getting Started\nThese instructions will get a copy of the project up and running on your local machine.\n\nSee deployment for notes on how to deploy the project.\n\n### Prerequisites\nRequired software to install and run EdenJS:\n\n* [Node.js](http://nodejs.org/)\n* [MongoDB](https://www.mongodb.com/)\n* [redis](https://redis.io/)\n\n### Installation\n```\n// Generate new project\nnpm i -g @edenjs/cli\nmkdir project\ncd project\nedenjs init app\nnpm install --save @edenjs/core bootstrap\nedenjs run\n```\n\n### Deployment\n```\n// Docker\ndocker build . -t edenjs/eden\ndocker push edenjs/eden\n\n// Docker-Compose\nWill deploy redis and mongodb locally for testing/development\ndocker-compose up -d\n```\n\n```\n// kubernetes\n\nDeploy redis and mongodb.\nOur prefered method is via helm\n\n// Install mongodb-replicaset\nhelm repo add stable https://kubernetes-charts.storage.googleapis.com/\nhelm install --name my-release stable/mongodb-replicaset\n\n// Install redis\nhelm install stable/redis\nGet the config values from these and edit config.js\n\n// Create configmap\nkubectl create configmap eden-configmap--from-file=config.js=config.js\n\n// Deploy EdenJS\nkubectl apply -f kubernetes.yml\n\n// Optional for Continious Deployment\nWill poll the registry every minute for image changes and do a rolling release on production\n\nhelm repo add keel-charts https://charts.keel.sh\nhelm repo update\nhelm upgrade --install keel --namespace=kube-system keel-charts/keel\n```\n\n### Running the tests\n```\n// Test EdenJS with NPM\nnpm test;\n```\n\n### Deployment\n```\n// Run in production\nedenjs start\n```\n\n### Tutorial\n\nA basic tutorial on how to get started with EdenJS is available: [TUTORIAL.md](TUTORIAL.md/)\n\n## Built With\n\n* [Express](https://expressjs.com/) - Fast, unopinionated, minimalist web framework for Node.js.\n* [socket.io](https://socket.io/) - Node.js realtime framework server.\n\n## Versioning\nWe use [SemVer](http://semver.org/) for versioning.\n\n## Authors\n* **Alex Taylor** - *Lead Developer* - [EdenCoder](https://github.com/EdenCoder)\n* **installgen2** - *Webbed Toes* - [notgne2](https://github.com/notgne2)\n* **Jack Taylor** - *Developer* - [OhYea777](https://github.com/OhYea777)\n* **Mike Mackenzie** - *Documentation* / *Developer* - [veb](https://github.com/veb)\n\nSee also the list of [contributors](https://github.com/eden-js/cli/contributors) who participated in this project.\n\n## License\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feden-js%2Fcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feden-js%2Fcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feden-js%2Fcli/lists"}