{"id":18372280,"url":"https://github.com/jonaxplanta/es2","last_synced_at":"2025-07-18T09:37:08.740Z","repository":{"id":261324165,"uuid":"883750702","full_name":"JonaxPlanta/ES2","owner":"JonaxPlanta","description":"Repository with codes and programs for Software Engineering 2.","archived":false,"fork":false,"pushed_at":"2024-11-27T14:08:09.000Z","size":11756,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T01:15:53.330Z","etag":null,"topics":["javascript","jest","softaware","software-engineering","testing"],"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/JonaxPlanta.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":"2024-11-05T14:06:56.000Z","updated_at":"2024-11-27T14:08:17.000Z","dependencies_parsed_at":"2024-11-05T23:35:39.022Z","dependency_job_id":"94114103-9358-4ad8-8433-2747a621839f","html_url":"https://github.com/JonaxPlanta/ES2","commit_stats":null,"previous_names":["jonaxplanta/es2"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JonaxPlanta/ES2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonaxPlanta%2FES2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonaxPlanta%2FES2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonaxPlanta%2FES2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonaxPlanta%2FES2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JonaxPlanta","download_url":"https://codeload.github.com/JonaxPlanta/ES2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonaxPlanta%2FES2/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265735482,"owners_count":23819755,"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":["javascript","jest","softaware","software-engineering","testing"],"created_at":"2024-11-06T00:04:52.843Z","updated_at":"2025-07-18T09:37:05.235Z","avatar_url":"https://github.com/JonaxPlanta.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## IFMS\n\n#### Technical Course in Computer Science - 6th Period - Morning Class\n\n#### Teacher: Ygo Brito - Student: João Flores\n\n#### Anotations, Codes and Programs for Software Engineering 2 discipline\n\n---\n\n### Basics commands in Terminal\n\nList the content of a diretory (file)\n\n```\ndir\n```\n\nCreate a new diretory\n\n```\nmkdir \u003cfile-name\u003e\n```\n\nRemove an existing diretory\n\n```\nrmdir \u003cfile-name\u003e\n```\n\nAcess a file\n\n```\ncd \u003cfile-name\u003e\n```\n\nCleans terminal\n\n```\ncls\n```\n\nExit the file, returning one level\n\n```\ncd ..\n```\n\nExit the file, returning to C: file\n\n```\ncd /\n```\n\n---\n\n### Commands to create a Github repository using Terminal\n\nInitiate the versioning\n\n```\ngit init\n```\n\nVerify the project situation \n\n```\ngit status \n```\n\nAdd all untracked files\n\n```\ngit add . \n```\n\nAdd README markdown file\n\n```\ngit add README.md\n```\n\nExecute a commit (update) with message\n\n```\ngit commit -m \"message\"\n```\n\nLink the project to the main branch\n\n```\ngit branch -M main\n```\n\nExecute a remote link to a GitHub repository\n\n```\ngit remote add origin \u003crepository-url\u003e\n```\n\nPush all files to the main branch in repository\n\n```\ngit push -u origin main\n```\n\n---\n\n### Commands to update files in a Github repository\n\nAdd all files to upload to Github resository\n\n```\ngit add .\n```\n\nCreate a message to describe changes\n\n```\ngit commit -m \"message-to-add\"\n```\n\nPush all files to Github repository\n\n```\ngit push -u\n```\n\nVerifying if everything is in order\n\n```\ngit status\n```\n\n---\n\n### Commands to initiate a project using NodeJS\n\nInitiate a project by providing data manually\n\n```\nnpm init\n```\n\nInitiate a project using default data\n\n```\nnpm init -y\n```\n\n### Commands to install Node dependences\n\nJest\n\n```\nnpm install --save-dev jest\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonaxplanta%2Fes2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonaxplanta%2Fes2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonaxplanta%2Fes2/lists"}