{"id":21802221,"url":"https://github.com/diogenespolanco/nopcommerce-cli","last_synced_at":"2025-04-13T18:41:43.937Z","repository":{"id":46579230,"uuid":"410103841","full_name":"DiogenesPolanco/nopCommerce-cli","owner":"DiogenesPolanco","description":"nopCommerce CLI is a development tool for build plugins for nopCommerce Solutions.","archived":false,"fork":false,"pushed_at":"2024-10-21T22:51:19.000Z","size":518,"stargazers_count":4,"open_issues_count":5,"forks_count":0,"subscribers_count":3,"default_branch":"development","last_synced_at":"2025-03-27T09:22:53.332Z","etag":null,"topics":["cli","hacktoberfest","hacktoberfest2021","nopcommerce","nopcommerce-plugin"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DiogenesPolanco.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-09-24T21:15:58.000Z","updated_at":"2024-10-21T22:51:24.000Z","dependencies_parsed_at":"2022-07-20T06:32:13.849Z","dependency_job_id":null,"html_url":"https://github.com/DiogenesPolanco/nopCommerce-cli","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiogenesPolanco%2FnopCommerce-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiogenesPolanco%2FnopCommerce-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiogenesPolanco%2FnopCommerce-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiogenesPolanco%2FnopCommerce-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DiogenesPolanco","download_url":"https://codeload.github.com/DiogenesPolanco/nopCommerce-cli/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248764376,"owners_count":21158074,"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":["cli","hacktoberfest","hacktoberfest2021","nopcommerce","nopcommerce-plugin"],"created_at":"2024-11-27T11:23:59.496Z","updated_at":"2025-04-13T18:41:43.919Z","avatar_url":"https://github.com/DiogenesPolanco.png","language":"C#","funding_links":["https://www.paypal.com/donate/?hosted_button_id=VM4NMF6PY4SMG"],"categories":[],"sub_categories":[],"readme":"\u003ch1 style=\"text-align:center\"\u003enopCommerce CLI - The modern web developer's tool.\n\t\u003cimg src=\"https://app.travis-ci.com/DiogenesPolanco/nopCommerce-cli.svg?branch=development\" alt=\"build:\"\u003e \n\u003c/h1\u003e\n \n\u003cp style=\"text-align:center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/DiogenesPolanco/nopCommerce-cli/development/src/assets/images/logos/nopcli.png\" alt=\"nopCommerce CLI-logo\" width=\"120px\" height=\"120px\"/\u003e\n  \u003cbr\u003e\n  \u003ci\u003enopCommerce CLI is a development tool for build plugins for nopCommerce Solutions.\u003c/i\u003e\n  \u003cbr\u003e\n\u003c/p\u003e\n \n\u003cp  style=\"text-align:center\"\u003e\n  \u003ca href=\"CONTRIBUTING.md\"\u003eContributing Guidelines\u003c/a\u003e\n  ·\n  \u003ca href=\"https://github.com/DiogenesPolanco/nopCommerce-cli/issues\"\u003eSubmit an Issue\u003c/a\u003e\n  ·\n  \u003ca href=\"https://dev.to/diogenespolanco/nopcommerce-cli-4do5\"\u003eBlog\u003c/a\u003e\n  \u003cbr\u003e\n  \u003cbr\u003e\n\u003c/p\u003e\n \n\u003chr\u003e\n\n## Description\n\nNopCli is a bilder nopCommerce plugin, and it gives you the opportunity to start a plugin in less than 5 minutes!\n\n## Development Setup\n\n### Prerequisites\n\n- Install \u003ca href=\"https://nodejs.org/es/download/\"\u003e[node.js] \u003c/a\u003e\n- Install \u003ca href=\"https://dotnet.microsoft.com/download\"\u003e[dotnet core]\u003c/a\u003e\n- Install \u003ca href=\"https://git-scm.com/downloads\"\u003e[git]\u003c/a\u003e\n- Clone \u003ca href=\"https://github.com/nopSolutions/nopCommerce\"\u003e[nopCommerce]\u003c/a\u003e\n\n### nopCommerce version supported\n\n- 4.20 [netcoreapp2.2]\n- 4.30 [netcoreapp3.1]\n- 4.40 [net5.0]\n- 4.50 [net6.0]\n- 4.60 [net6.0]\n\n### Setting Up a Plugin of nopCommerce\n\nInstall the nopCommerce CLI globally:\n\n```\n$ npm install -g nopcli\n```\nPrepare your environment with clone nopCommerce from git:\n```\n$ nopcli init --git\n```\nCreate configuration of plugins by default:\n```\n$ nopcli config\n```\nCreate plugin:\n```\n$ nopcli new -g=[GROUP NAME] -p=[PLUGIN NAME] -c=[true|false (default=false)]\n```\n\nBuild the plugin:\n\n```\n$ nopcli build -g=[GROUP NAME] -p=[PLUGIN NAME]\n```\n\nnopCommerce CLI is cross-platform, fast, scalable, has incredible tooling, and is loved by millions.\n\n\u003cp\u003e\n\t\u003ca href=\"https://www.paypal.com/donate/?hosted_button_id=VM4NMF6PY4SMG\"\u003e\n\t\u003cimg width=\"185\" src=\"https://raw.githubusercontent.com/DiogenesPolanco/nopCommerce-cli/development/src/assets/images/badge.svg\" alt=\"Badge\"/\u003e\n\t\u003c/a\u003e\n\t\u003cbr\u003e\u003cbr\u003e\n\t\u003cb\u003e🙌 Use \u003ca href=\"https://www.paypal.com/donate/?hosted_button_id=VM4NMF6PY4SMG\"\u003edonations\u003c/a\u003e to help support \u003cb\u003ethis\u003c/b\u003e project! 🙌\u003c/b\u003e\n\t\u003cbr\u003e \n\t\u003cbr\u003e \n\t\u003cb\u003eLove \u003ca href=\"https://github.com/DiogenesPolanco/nopCommerce-cli\"\u003enopCommerce CLI?\u003c/a\u003e Give our repo a star :star: :arrow_up:.\u003c/b\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiogenespolanco%2Fnopcommerce-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiogenespolanco%2Fnopcommerce-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiogenespolanco%2Fnopcommerce-cli/lists"}