{"id":16641421,"url":"https://github.com/cmstead/articulate-js","last_synced_at":"2025-03-12T05:17:34.517Z","repository":{"id":72520234,"uuid":"180233065","full_name":"cmstead/articulate-js","owner":"cmstead","description":"An extension to refocus JS development around talking about logic instead of raw code","archived":false,"fork":false,"pushed_at":"2019-04-12T04:14:10.000Z","size":361,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-18T15:25:42.868Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/cmstead.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2019-04-08T21:07:47.000Z","updated_at":"2020-08-24T22:58:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"470a6f2d-c7a3-439d-8947-0f7beb6e6bf1","html_url":"https://github.com/cmstead/articulate-js","commit_stats":{"total_commits":34,"total_committers":1,"mean_commits":34.0,"dds":0.0,"last_synced_commit":"bce5ff76f469ca4215632372f53d69632a6fad15"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmstead%2Farticulate-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmstead%2Farticulate-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmstead%2Farticulate-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmstead%2Farticulate-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cmstead","download_url":"https://codeload.github.com/cmstead/articulate-js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243159166,"owners_count":20245675,"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":[],"created_at":"2024-10-12T07:46:35.086Z","updated_at":"2025-03-12T05:17:34.506Z","avatar_url":"https://github.com/cmstead.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Articulate JS #\n## Code Like You Talk ##\n\nArticulate JS is a tool to help developers talk about code and write software in a more conversational way. The goal is, not only, to make pairing and mobbing easier while working with Javascript, but to also create a meta-interface for developers to use which will provide the following benefits:\n\n- Make code structure more consistent\n- Separate logical flow from syntax specifics\n- Reduce typing mistakes\n- Automate code generation through common language and vocabulary\n- Automate common small code modifications\n\n[![Articulate JS In Use](https://img.youtube.com/vi/ufiQuqXXDXc/0.jpg)](https://youtu.be/ufiQuqXXDXc)\n(Click image to see Articulate JS in action!)\n\n## Installing Articulate JS ##\n\n1. Open Visual Studio Code1\n2. Open extension sidebar item\n3. Search for `Articulate JS`\n4. Click **install** button\n5. Click **reload** to complete installation (as needed)\n\n## Using Articulate JS ##\n\n### Actions ###\n\nAll of these actions are available in the command pallette and in the context (right click) menu.\n\n**Assign**\n\nAdd assignment declaration at current position or assign current selection to a variable\n\n**Convert Variable Type**\n\nConverts variable type to const, let, or var as you choose. Provides options which do not match the current variable type.\n\n**Return**\n\nAdd return at current position or return selection\n\n**Surround With**\n\nSurround selection with one of many different snippets\n\n### Snippets ###\n\nThe bulk of Articulate JS is currently snippets.  These snippets are built with the maximum amount of assistance possible, including supporting capturing highlighted text for inclusion in the output code, selection dropdowns for common options and so on.  Be sure to tab through all tab-stopped options to see what kind of assistance the snippets can provide.\n\n- Variable\n    - Initialization\n    - Declaration\n    - Assignment/Set\n- Function\n    - Definition\n    - Expression\n    - Calling\n    - Call with context\n    - Binding\n    - Applicationg\n    - Awaited calling\n- Arrow Function\n- Immediately Invoked Function Expression (IIFE)\n- Conditionals\n    - If Block\n    - Else-If Block\n    - Else Block\n- Loop\n    - For\n    - For-In\n    - For-Of\n    - While\n- Strings\n    - String Literal\n    - Template Literal\n    - Template Variable\n- Console\n    - Methods (Log, Debug, Error)\n    - Log\n- Array\n- Object\n    - Literal\n    - Property\n        - Create new property\n        - Create new function property\n        - Add property assignment\n        - Add property read\n- Return\n- Promise\n    - New Instance\n    - Then\n    - Catch\n- Class\n    - Create class\n    - Add constructor\n    - Add method\n    - Awaited method calling\n- Try/Catch\n\n\n## Version History ##\n\n**v1.3.2**\n\n- Added convert variable type\n\n**v1.2.1**\n\n- Added class support\n- Added await support for calls\n- Added try/catch\n\n**v1.1.1**\n\n- Fleshed out more templates\n- Added \"Surround With\" behavior\n- Added \"Return\" behavior\n- Added \"Assign\" behavior\n\n**v1.0.0**\n\nFirst release","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmstead%2Farticulate-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcmstead%2Farticulate-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmstead%2Farticulate-js/lists"}