{"id":18677947,"url":"https://github.com/pegvin/create-neutralino-app","last_synced_at":"2025-04-12T02:39:15.282Z","repository":{"id":106283448,"uuid":"455762295","full_name":"pegvin/Create-Neutralino-App","owner":"pegvin","description":"Set up a NeutralinoJS App by running one command.","archived":false,"fork":false,"pushed_at":"2022-09-12T13:22:56.000Z","size":230,"stargazers_count":3,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T02:39:11.283Z","etag":null,"topics":["create-neutralino-app","neutralinojs"],"latest_commit_sha":null,"homepage":"https://npmjs.com/create-neutralino-app","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/pegvin.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":"2022-02-05T03:12:11.000Z","updated_at":"2022-11-26T12:28:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"b434c9c4-afa9-4aec-a3ff-54c5a90ba657","html_url":"https://github.com/pegvin/Create-Neutralino-App","commit_stats":null,"previous_names":["devloprr/create-neutralino-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pegvin%2FCreate-Neutralino-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pegvin%2FCreate-Neutralino-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pegvin%2FCreate-Neutralino-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pegvin%2FCreate-Neutralino-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pegvin","download_url":"https://codeload.github.com/pegvin/Create-Neutralino-App/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248507280,"owners_count":21115567,"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":["create-neutralino-app","neutralinojs"],"created_at":"2024-11-07T09:35:32.336Z","updated_at":"2025-04-12T02:39:15.247Z","avatar_url":"https://github.com/pegvin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Create Neutralino App\nSet up a NeutralinoJS App by running one command.\n\n```bash\nnpx create-neutralino-app\n```\n\n---\n## Want to setup a custom template from GitHub?\nif you want to get a custom template from github then you can run this command\n\n```bash\nnpx create-neutralino-app USERNAME/REPOSITORY\n```\n\nhere `USERNAME` is the GitHub Username where the `REPOSITORY` is located, and `REPOSITORY` is name of repository which has the template.\n\n---\n\n## Requirement\n- [Node v12.20](https://nodejs.org/download/release/v12.20.0/) or Greater\n- NPM Or Yarn\n- NPX\n\n---\n\n## Want To Add A Template?\nThere are 2 ways to add your template you can either specify the template in the command:\n\n```bash\nnpx create-neutralino-app USERNAME/REPOSITORY\n```\n\nhere `USERNAME` is the GitHub Username where the `REPOSITORY` is located, and `REPOSITORY` is name of repository which has the template.\n\nOr If want your template to be a listed as an option in `create-neutralino-app`,\n\n1. Put your template onto a GitHub Repository (Example - [Neutralino Svelte Template](https://github.com/DEVLOPRR/svelte-neutralino))\n2. Make A Pull Request Adding Properties For Your Template in [`template-urls.js`](https://github.com/DEVLOPRR/Create-Neutralino-App/blob/main/src/template-urls.js)\n3. Wait For your Request To Be Pulled.\n\n### Properties For Template:\n\nYour Properties Should Look Like This\n\n```javascript\n\"mytemplate\": {\n  src: \"USERNAME/REPO-NAME\",\n  commands: [\n    {\n      command: \"Your Command\",\n      description: \"Your Command Description\"\n    }\n  ],\n  recomendedCommands: [\n    \"my command 1\",\n    \"my command 2\",\n  ]\n}\n```\n\n- `\"mytemplate\"` is the Name of your template which will show in CLI Menu\n- `src` is template github URL\n  - Here your **USERNAME** is the your github username in which the template repository is in.\n  - Here your **REPO-NAME** is the repository which contains the template.\n\n- `commands` is list of Commands in your template\n  - every command here is a object containing 2 properties:\n    - `command` name of the command.\n    - `description` a little information about that command.\n\n- `recomendedCommands` is list of Commands which will be recommended to run before doing anything.\n  - every command here is a string.\n\n---\n\n# THANKS\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpegvin%2Fcreate-neutralino-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpegvin%2Fcreate-neutralino-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpegvin%2Fcreate-neutralino-app/lists"}