{"id":17696703,"url":"https://github.com/andrewmaksimchuk/web-shell","last_synced_at":"2026-04-14T19:31:48.929Z","repository":{"id":166054264,"uuid":"542036014","full_name":"AndrewMaksimchuk/web-shell","owner":"AndrewMaksimchuk","description":"Experimental web oriented shell on node.js","archived":false,"fork":false,"pushed_at":"2022-10-16T10:18:04.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-06T04:41:34.275Z","etag":null,"topics":["linux","makefile","nodejs","npm","template","terminal","vue"],"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/AndrewMaksimchuk.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.js","contributing":null,"funding":null,"license":"LICENSE.md","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-09-27T10:51:08.000Z","updated_at":"2023-06-17T11:37:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"856a1a1a-6966-4cf0-a2fe-44dbd3dff95a","html_url":"https://github.com/AndrewMaksimchuk/web-shell","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AndrewMaksimchuk/web-shell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewMaksimchuk%2Fweb-shell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewMaksimchuk%2Fweb-shell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewMaksimchuk%2Fweb-shell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewMaksimchuk%2Fweb-shell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewMaksimchuk","download_url":"https://codeload.github.com/AndrewMaksimchuk/web-shell/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewMaksimchuk%2Fweb-shell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31812968,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"ssl_error","status_checked_at":"2026-04-14T18:05:01.765Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["linux","makefile","nodejs","npm","template","terminal","vue"],"created_at":"2024-10-24T14:45:02.678Z","updated_at":"2026-04-14T19:31:48.913Z","avatar_url":"https://github.com/AndrewMaksimchuk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# web-shell\n\nQuick create vue components from terminal,  \nsee available npm scripts and makefile commands,  \ncreate your own notes and get information about html tags and css properties.  \n\n\n## Create vue component  \n`template create` -\u003e ./components/Default.vue  \n`template create NewUser.vue` -\u003e ./components/NewUser.vue with composition API  \n`template create NewUser.vue --option` -\u003e ./components/NewUser.vue with option API  \n`template create NewUser.vue --composition` -\u003e ./components/NewUser.vue with composition API  \n`template create NewUser.vue path=absolute_path` -\u003e absolute_path/NewUser.vue with composition API  \n`template create NewUser.vue --option path=absolute_path` -\u003e absolute_path/NewUser.vue with composition API  \n\n\n## Notes\n`note create note_name` -\u003e Create note. Open vi editor.  \n`note show note_name`, `note update note_name`, `note search note_name`, `note remove note_name`, `note clear`  \n\n\n## NPM and Makefile\n`npm + press_tab` -\u003e Show list of scripts.  \n`make + press_tab` -\u003e Show available commands.  \n\n\n## Install\n1. `git clone \"this_repository\"`\n2. `npm run install` - Install that package globally.  \n\n\n## Platform\nLinux: Ubuntu\n\n\n## Shell commandsgst\n- [+] \"cd\"\n- [+] \"ls\"\n- [-] \"js\"\n- [+] \"npm\"\n- [+] \"css\"\n- [+] \"make\"\n- [+] \"exit\"\n- [+] \"help\"\n- [+] \"read\"\n- [+] \"note\"\n- [+] \"html\"\n- [+] \"mkdir\"\n- [+] \"history\"\n- [+] \"template\"\n- [+] \"markdown\"\n- [+] \"documentation\"\n- [-] \"wiki\"\n\n\n## Commands description\n- `cd` - Change directory  \n- `ls` - List directory contents  \n- `npm` - Show npm scripts and run it  \n- `css` - Open browser with page of property description `css border`  \n- `make` - Show Makefile commands and run it  \n- `exit` - Exit from shell  \n- `help` - Show this file  \n- `read` - Show of file content  \n- `note` - Create, read, update, delete your own notes  \n- `html` - Open browser with page of tag description `html div`  \n- `mkdir` - Create new directory or directories  \n- `history` - Show history of shell input  \n- `template` - Work with framework component  \n- `markdown` - Show cheat sheet  \n- `documentation` - Show documentation of javascript module(.js file) and generate markdown file from it  \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewmaksimchuk%2Fweb-shell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewmaksimchuk%2Fweb-shell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewmaksimchuk%2Fweb-shell/lists"}