{"id":21488932,"url":"https://github.com/jeff-aporta/ascii-maploader","last_synced_at":"2026-02-15T21:01:57.605Z","repository":{"id":260380456,"uuid":"881067474","full_name":"Jeff-Aporta/ascii-maploader","owner":"Jeff-Aporta","description":"Lenguaje interpretado diseñado para cargar dependencias de archivos .jsx, .js, y .css en proyectos web.","archived":false,"fork":false,"pushed_at":"2025-03-13T08:08:53.000Z","size":373,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-16T07:36:33.823Z","etag":null,"topics":["ascii","dependencies","javascript","loader","loaders","map","mjs","real-time"],"latest_commit_sha":null,"homepage":"https://jeff-aporta.github.io/ascii-maploader/","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/Jeff-Aporta.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,"zenodo":null}},"created_at":"2024-10-30T21:26:36.000Z","updated_at":"2025-03-13T08:08:56.000Z","dependencies_parsed_at":"2024-10-31T02:18:00.300Z","dependency_job_id":"cd370daf-b28c-4624-b1df-1a8dfda6ba91","html_url":"https://github.com/Jeff-Aporta/ascii-maploader","commit_stats":null,"previous_names":["jeff-aporta/ascii-maploader"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Jeff-Aporta/ascii-maploader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jeff-Aporta%2Fascii-maploader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jeff-Aporta%2Fascii-maploader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jeff-Aporta%2Fascii-maploader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jeff-Aporta%2Fascii-maploader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jeff-Aporta","download_url":"https://codeload.github.com/Jeff-Aporta/ascii-maploader/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jeff-Aporta%2Fascii-maploader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29489332,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T19:29:10.908Z","status":"ssl_error","status_checked_at":"2026-02-15T19:29:10.419Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["ascii","dependencies","javascript","loader","loaders","map","mjs","real-time"],"created_at":"2024-11-23T14:12:45.428Z","updated_at":"2026-02-15T21:01:57.585Z","avatar_url":"https://github.com/Jeff-Aporta.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ASCII Map Loader\n\n\u003ch2\u003e\n    Documentación:\n    \u003cbr/\u003e\n    \u003cbr/\u003e\n    \u003ca target=\"_blank\" href=\"https://jeff-aporta.github.io/ascii-maploader/\"\u003e\n        https://jeff-aporta.github.io/ascii-maploader/\n        \u003cbr/\u003e\n        \u003cbr/\u003e\n        \u003cp align=\"center\"\u003e\n            \u003cimg src=\"static/img/thumb.png\" width=\"250\" height=\"250\" /\u003e\n        \u003c/p\u003e\n    \u003c/a\u003e\n\u003c/h2\u003e\n\n**ASCII Map Loader** es un lenguaje interpretado diseñado para cargar dependencias de archivos `.jsx`, `.js`, y `.css` en proyectos web. Su principal característica es la capacidad de inyectar estos elementos en tiempo real al cargar un documento HTML, usando la función `document.write()`. Esto lo hace ideal para desarrollos que involucren múltiples módulos y para verificar la compatibilidad de archivos `.mjs` en páginas estáticas o aplicaciones que necesiten ser cargadas directamente en el cliente.\n\n## Instalación\n\n### Usando CDN\n\nPara integrar **ASCII Map Loader** en tu proyecto, simplemente añade la siguiente URL en tu archivo HTML:\n\n```html\n\u003cscript\n  type=\"text/javascript\"\n  src=\"https://jeff-aporta.github.io/ascii-maploader/static/js/index.all.min.js\"\n\u003e\u003c/script\u003e\n```\n\nEsto permitirá que tu aplicación utilice las funcionalidades de **ASCII Map Loader** para estructurar y gestionar las dependencias de manera programada y visual.\n\n### Usando npm\n\nSi prefieres usar npm, ejecuta el siguiente comando en tu terminal:\n\n```bash\nnpm install ascii-maploader --save\n```\n\nLuego, en tu código JavaScript, importa el módulo con:\n\n```javascript\nimport asciiMap from \"ascii-maploader\";\n```\n\n## Funciones del Módulo\n\n### Estructuración de Cascada\n\n- **tree**: Inicia la generación de un árbol para organizar las dependencias en cascada.\n\n### Funciones de Carga\n\n- **writehtml**: Inserta las dependencias generadas directamente en el documento HTML.\n\n### CLI\n\nIncluye un gestor que facilita la vinculación a bibliotecas populares como React y Babel.\n\n```javascript\n/*\n  Dependencias \n    - react 18.3.1\n    - babel 7.25.5\n    - MaterialUI 5.16.7 \n    - FontAwesome 6.4.2\n*/\nasciiMap.CLI.react_mui_fa(); \n\n//Dependencia fluid CSS\n//https://github.com/Jeff-Aporta/fluid-css\n\nasciiMap.CLI.fluidCSS();\n```\n\n### Funciones de Conversión\n\n- **html**: Retorna un arreglo de etiquetas `\u003clink\u003e` y `\u003cscript\u003e` que representan las dependencias.\n- **json**: Devuelve un JSON que representa la estructura de dependencias.\n\n## Ejemplo de Uso\n\n```javascript\nasciiMap\n  .tree(\"public\")\n  .subDir(\"ex-branch\", (branch) =\u003e {\n    branch.css(\"style\").js(\"script\").jsx(\"App\");\n  })\n  .writehtml();\n```\n\nEl código anterior generará e insertará en tu HTML las etiquetas de importación necesarias, manteniendo un código limpio y organizado para tus dependencias.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeff-aporta%2Fascii-maploader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeff-aporta%2Fascii-maploader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeff-aporta%2Fascii-maploader/lists"}