{"id":17972372,"url":"https://github.com/gfpaiva/jussitb","last_synced_at":"2025-03-25T12:33:00.125Z","repository":{"id":30274148,"uuid":"124459193","full_name":"gfpaiva/jussitb","owner":"gfpaiva","description":":rocket: VTEX JUSSI TOOLBELT","archived":false,"fork":false,"pushed_at":"2022-12-06T14:33:59.000Z","size":5759,"stargazers_count":14,"open_issues_count":7,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-20T07:44:22.903Z","etag":null,"topics":["cli","deploy","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/gfpaiva.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}},"created_at":"2018-03-08T23:10:33.000Z","updated_at":"2023-04-03T17:21:48.000Z","dependencies_parsed_at":"2023-01-14T16:45:21.142Z","dependency_job_id":null,"html_url":"https://github.com/gfpaiva/jussitb","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/gfpaiva%2Fjussitb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gfpaiva%2Fjussitb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gfpaiva%2Fjussitb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gfpaiva%2Fjussitb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gfpaiva","download_url":"https://codeload.github.com/gfpaiva/jussitb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245462963,"owners_count":20619585,"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","deploy","nodejs"],"created_at":"2024-10-29T16:13:43.198Z","updated_at":"2025-03-25T12:32:58.432Z","avatar_url":"https://github.com/gfpaiva.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jussitb\n\n![npm](https://img.shields.io/npm/dt/jussitb.svg)\n\n[![NPM](https://nodei.co/npm/jussitb.png)](https://nodei.co/npm/jussitb/)\n\nCLI Utils for:\n\n - Deploy files and templates on VTEX CMS\n - Create a vtex local environment/project architecture\n - Helpers to create static pages, controller and modules\n\n\n\n## Installation\n\n```bash\n\n$ npm install -g jussitb\n\n```\n\n## jussitb global usage\n\n\n\n```bash\n\n$ jussitb deploy\n\n```\n\n\n\nProvide your email and account name to login, after wait the upload processes.\n\n\n\n## jussitb.lock.json\n\nThe process will generate a jussitb.lock.json file in root path of your project.\n\nThis file is used to cache files and prevent upload files with same content, we recomend to not delete or ignore this file.\n\n## jussitb.auth.json\n\nThe process will generate a jussitb.auth.json file in root path of your project.\n\nThis file is used to cache your auth login cookie, we recomend to ignore this file in .gitignore.\n\n\n## Extra\n\nOther utils commands:\n\n\n\n*Help*\n\n```bash\n\n$ jussitb -h\n\n```\n___\n\n*Deploy auto provide account and email*\n\n```bash\n\n$ jussitb deploy --account \u003caccountName\u003e --email \u003cemail\u003e\n\n```\n___\n*Force update all files ignoring lockfile*\n\n```bash\n\n$ jussitb deploy --force\n\n```\n___\n*Deploy Template Files*\n\n```bash\n\n$ jussitb html\n\n```\n___\n*Deploy SubTemplate Files*\n\n```bash\n\n$ jussitb sub\n\n```\n___\n*Deploy ShelvesTemplate Files*\n\n```bash\n\n$ jussitb shelf\n\n```\n___\n*Deploy Assets Files*\n\n```bash\n\n$ jussitb assets\n\n```\n\n\n## jussitb project workflow\n\nRun ``jussitb createProject`` to create a new project folder.\n![Create Project](https://github.com/gfpaiva/jussitb/blob/master/templates/demo/createProject.gif?raw=true)\n\nProvide a project name, vtex-account and if you want to sync the vtex registered templates,\n\n___\n\nAfter a long winter (installing de dependencies) you will be able to run de project with gulp:\n![Live Reload](https://github.com/gfpaiva/jussitb/blob/master/templates/demo/liveReload.gif?raw=true)\n\nWith gulp we run a reverse proxy server to css and js local files, so you can edit and see the changes with live reload.\nAnd you can work with: ES6, ES6 Modules, SCSS, *Nitro* controllers and modules.\nWe highly recommend to make this project a github (private or public) repository\n\n___\n\nAfter all work done, you can deploy your store:\n![Deploy Project](https://github.com/gfpaiva/jussitb/blob/master/templates/demo/deploy.gif?raw=true)\n\nWith ``npm run deploy`` the project will be compiled and deployed in the specific vtex account.\n\n___\n\nAnother npm scripts in your project:\n\n\nDeploy the project after compile the project with all static pages\n```bash\n\n$ npm run deploy-pages\n\n```\n___\n\nCreate a new Nitro.controller() after provide a controller name\n```bash\n\n$ npm run create-controller\n\n```\n___\n\nCreate a new Nitro.module() after provide a module name\n```bash\n\n$ npm run create-module\n\n```\n___\n\nCreate a new static page folder after provide a controller name\n```bash\n\n$ npm run create-page\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgfpaiva%2Fjussitb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgfpaiva%2Fjussitb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgfpaiva%2Fjussitb/lists"}