{"id":18573918,"url":"https://github.com/basedwon/sevn","last_synced_at":"2025-05-15T23:34:13.316Z","repository":{"id":209290350,"uuid":"723607937","full_name":"basedwon/sevn","owner":"basedwon","description":"An interactive CLI to scaffold, build and deploy full-stack web apps with Nuxt, Vuetify and Express.","archived":false,"fork":false,"pushed_at":"2023-11-26T12:29:16.000Z","size":157,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-28T17:51:56.007Z","etag":null,"topics":["express","full-stack","nuxt","vuetify","webapp"],"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/basedwon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.md","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":"2023-11-26T07:49:16.000Z","updated_at":"2023-11-26T13:00:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"f0bfdf4b-5315-4e4c-8e03-2437516b5c92","html_url":"https://github.com/basedwon/sevn","commit_stats":null,"previous_names":["basedwon/sevn"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basedwon%2Fsevn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basedwon%2Fsevn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basedwon%2Fsevn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basedwon%2Fsevn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/basedwon","download_url":"https://codeload.github.com/basedwon/sevn/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254442349,"owners_count":22071863,"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":["express","full-stack","nuxt","vuetify","webapp"],"created_at":"2024-11-06T23:13:23.005Z","updated_at":"2025-05-15T23:34:13.257Z","avatar_url":"https://github.com/basedwon.png","language":"JavaScript","readme":"![SEVN Stack Logo](docs/sevn.png \"SEVN Stack\")\n\n# SEVN Stack\n\n\u003e Sails (inspired) Express Vuetify Nuxt\n\n[![npm](https://img.shields.io/npm/v/sevnstack?style=flat\u0026logo=npm)](https://www.npmjs.com/package/sevnstack)\n[![pipeline](https://gitlab.com/frenware/utils/sevn/badges/master/pipeline.svg)](https://gitlab.com/frenware/utils/sevn/-/pipelines)\n[![license](https://img.shields.io/npm/l/sevnstack)](https://gitlab.com/frenware/utils/sevn/-/blob/master/LICENSE)\n[![downloads](https://img.shields.io/npm/dw/sevnstack)](https://www.npmjs.com/package/sevnstack) \n\n[![Gitlab](https://img.shields.io/badge/Gitlab%20-%20?logo=gitlab\u0026color=%23383a40)](https://gitlab.com/frenware/utils/sevn)\n[![Github](https://img.shields.io/badge/Github%20-%20?logo=github\u0026color=%23383a40)](https://github.com/basedwon/sevn)\n[![Twitter](https://img.shields.io/badge/@basdwon%20-%20?logo=twitter\u0026color=%23383a40)](https://twitter.com/basdwon)\n[![Discord](https://img.shields.io/badge/Basedwon%20-%20?logo=discord\u0026color=%23383a40)](https://discordapp.com/users/basedwon)\n\nSevnStack is a powerful CLI tool designed to streamline the process of creating full-stack web applications, combining Nuxt/Vuetify on the frontend with Express on the backend. It simplifies the development workflow, offering choices for monolithic or decoupled architectures, along with features like authentication and WebSockets, and options for SSR or static rendering in Nuxt. Additionally, SevnStack handles project builds and assists with deployment processes, and includes the option to integrate Docker and docker-compose, accommodating a diverse range of development needs.\n\n## Features\n\n- **Flexible Architectures**: Choose between monolithic and decoupled architectures.\n- **Frontend and Backend Integration**: Easily integrate Nuxt/Vuetify for the frontend and Express for the backend.\n- **Server-Side Rendering and Static Generation**: Opt for SSR or static generation with Nuxt.\n- **Additional Features**: Incorporate features like authentication, WebSockets, and PWA support.\n- **Docker Support**: Optionally include Docker configuration for containerized development.\n- **HTTPS Support**: Option to use TLS (HTTPS) for secure transport.\n\n## Installation\n\nInstall SevnStack globally via npm:\n\n```sh\nnpm install -g sevnstack\n```\n\n## Usage\n\n### Creating a New Project\n\nTo create a new full-stack web application:\n\n```sh\nsevn create \u003capp-name\u003e [options]\n```\n\n**Options:**\n\n- `-f, --force`: Force creation with the default configuration\n- `-m, --monolithic`: Use a monolithic architecture\n- `-d, --decoupled`: Use a decoupled architecture\n- `-s, --ssr`: Use Server-Side Rendering with Nuxt\n- `-S, --static`: Use Static Generation with Nuxt\n- `-D, --docker`: Include Docker configuration\n- `-t, --tls`: Use TLS (HTTPS) for transport protocol\n\n### Initializing a Project in an Existing Directory\n\n```sh\nsevn init [directory] [-y, --yes]\n```\n\n### Adding Features to an Existing Project\n\n```sh\nsevn add-feature [--auth] [--ws, --websockets] [--pwa]\n```\n\n### Updating Project Dependencies\n\n```sh\nsevn update\n```\n\n### Building the Project for Production\n\n```sh\nsevn build [--minify]\n```\n\n### Starting the Development Server\n\n```sh\nsevn start [--port \u003cport\u003e]\n```\n\n### Assisting with Deployment Processes\n\n```sh\nsevn deploy [--prod] [--staging]\n```\n\n## Documentation\n\n- [API Reference](/docs/api.md)\n\n## Tests\n\nIn order to run the test suite, simply clone the repository and install its dependencies:\n\n```sh\ngit clone https://github.com/basedwon/sevn.git\ncd sevn\nnpm install\n```\n\nTo run the tests:\n\n```sh\nnpm test\n```\n\n## Contributing\n\nThank you! Please see our [contributing guidelines](/docs/contributing.md) for details.\n\n## Donations\n\nIf you find this project useful and want to help support further development, please send us some coin. We greatly appreciate any and all contributions. Thank you!\n\n**Bitcoin (BTC):**\n```\n1JUb1yNFH6wjGekRUW6Dfgyg4J4h6wKKdF\n```\n\n**Monero (XMR):**\n```\n46uV2fMZT3EWkBrGUgszJCcbqFqEvqrB4bZBJwsbx7yA8e2WBakXzJSUK8aqT4GoqERzbg4oKT2SiPeCgjzVH6VpSQ5y7KQ\n```\n\n## License\n\nsevnstack is [MIT licensed](https://gitlab.com/frenware/utils/sevn/-/blob/master/LICENSE).\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasedwon%2Fsevn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasedwon%2Fsevn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasedwon%2Fsevn/lists"}