{"id":18407150,"url":"https://github.com/alvinnn-r/learnadonis","last_synced_at":"2025-04-12T20:59:00.290Z","repository":{"id":170880413,"uuid":"592234170","full_name":"Alvinnn-R/LearnAdonis","owner":"Alvinnn-R","description":"Learn Adonis Framework Node.js","archived":false,"fork":false,"pushed_at":"2023-02-23T15:00:28.000Z","size":180,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T20:58:55.771Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Alvinnn-R.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-01-23T09:21:48.000Z","updated_at":"2023-06-10T14:47:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"7ebb34ac-0ced-42cc-a3fb-27039f98b6ba","html_url":"https://github.com/Alvinnn-R/LearnAdonis","commit_stats":null,"previous_names":["alvinnn-r/learnadonis"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alvinnn-R%2FLearnAdonis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alvinnn-R%2FLearnAdonis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alvinnn-R%2FLearnAdonis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alvinnn-R%2FLearnAdonis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Alvinnn-R","download_url":"https://codeload.github.com/Alvinnn-R/LearnAdonis/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248631703,"owners_count":21136561,"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":[],"created_at":"2024-11-06T03:12:46.923Z","updated_at":"2025-04-12T20:59:00.269Z","avatar_url":"https://github.com/Alvinnn-R.png","language":"TypeScript","readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://res.cloudinary.com/adonisjs/image/upload/q_100/v1558612869/adonis-readme_zscycu.jpg\" width=\"600px\"\u003e\n\u003c/div\u003e\n\n\u003cbr /\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![npm-image]][npm-url] ![][typescript-image] [![license-image]][license-url] [![synk-image]][synk-url]\n\n\u003c/div\u003e\n\n\u003cbr /\u003e\n\n\n# Create AdonisJS App\n\u003e AdonisJS Typescript starter template\n\nThis is the official starter template to create AdonisJS applications. You can choose between one of the following boilerplates\n\n- **api**: Project structure + dependencies tailored for creating a REST API server.\n- **web**: Traditional web application with server rendered templates and pre-configured support for sessions.\n- **slim**: A smallest possible AdonisJS application. Still way powerful and feature rich than an Express application.\n\n## Creating a new app\n\n```sh\nnpm init adonis-ts-app hello-world\n```\n\nYarn users\n\n```sh\nyarn create adonis-ts-app hello-world\n```\n\n![](assets/create-adonis-ts-app.gif)\n\n## Options\n\nExecute the following command to see the help output and available options\n\n```sh\nnpm init adonis-ts-app\n```\n\n```\n    _       _             _         _     \n   / \\   __| | ___  _ __ (_)___    | |___ \n  / _ \\ / _` |/ _ \\| '_ \\| / __|_  | / __|\n / ___ \\ (_| | (_) | | | | \\__ \\ |_| \\__ \\\n/_/   \\_\\__,_|\\___/|_| |_|_|___/\\___/|___/\n\nnpm init adonis-ts-app \u003cproject-name\u003e\n\nOptions\n--boilerplate [api, web, slim]    Select the project boilerplate\n--name \u003cstring\u003e                   Specify application name\n--eslint \u003cboolean\u003e                Enable/disable eslint setup\n--prettier \u003cboolean\u003e              Enable/disable prettier setup\n--encore \u003cboolean\u003e                Enable/disable encore setup\n--debug \u003cboolean\u003e                 Turn on the debug mode\n```\n\n#### boilerplate\n\nChoose the boilerplate by passing the flag\n\n```sh\nnpm init adonis-ts-app hello-world -- --boilerplate=web\n```\n\n#### name\n\nDefine the application name. The `name` property inside the `package.json` file will reflect this value\n\n```sh\nnpm init adonis-ts-app hello-world -- --name=my-app\n```\n\n#### eslint\n\nConfigure eslint\n\n```sh\nnpm init adonis-ts-app hello-world -- --eslint\n```\n\n#### prettier\n\nConfigure prettier\n\n```sh\nnpm init adonis-ts-app hello-world -- --prettier\n```\n\n#### encore\n\nConfigure encore\n\n```sh\nnpm init adonis-ts-app hello-world -- --encore\n```\n\n#### debug\n\nDebug the project creation process. This flag will use the verbose output for better debugging experience.\n\n```sh\nnpm init adonis-ts-app hello-world -- --debug\n```\n\n[npm-image]: https://img.shields.io/npm/v/create-adonis-ts-app/latest.svg?style=for-the-badge\u0026logo=npm\n[npm-url]: https://www.npmjs.com/package/create-adonis-ts-app/v/alpha \"npm\"\n\n[typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge\u0026logo=typescript\n\n[license-url]: LICENSE.md\n[license-image]: https://img.shields.io/github/license/adonisjs-community/create-adonis-ts-app?style=for-the-badge\n\n[synk-image]: https://img.shields.io/snyk/vulnerabilities/github/adonisjs-community/create-adonis-ts-app?label=Synk%20Vulnerabilities\u0026style=for-the-badge\n[synk-url]: https://snyk.io/test/github/adonisjs-community/create-adonis-ts-app?targetFile=package.json \"synk\"\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falvinnn-r%2Flearnadonis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falvinnn-r%2Flearnadonis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falvinnn-r%2Flearnadonis/lists"}