{"id":22960334,"url":"https://github.com/stringmanolo/fwl","last_synced_at":"2025-08-13T19:17:32.141Z","repository":{"id":95119404,"uuid":"371566120","full_name":"StringManolo/fwl","owner":"StringManolo","description":"FWL is a simple \"language\" (javascript functions) designed to build webpages and documents in html, markdown and bbcode...","archived":false,"fork":false,"pushed_at":"2021-05-31T09:58:01.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-07T17:45:02.968Z","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/StringManolo.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":"2021-05-28T03:12:58.000Z","updated_at":"2021-05-31T09:58:03.000Z","dependencies_parsed_at":"2023-04-01T06:50:58.933Z","dependency_job_id":null,"html_url":"https://github.com/StringManolo/fwl","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/StringManolo%2Ffwl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StringManolo%2Ffwl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StringManolo%2Ffwl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StringManolo%2Ffwl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StringManolo","download_url":"https://codeload.github.com/StringManolo/fwl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246746879,"owners_count":20827061,"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-12-14T18:33:00.319Z","updated_at":"2025-04-02T02:43:24.899Z","avatar_url":"https://github.com/StringManolo.png","language":"JavaScript","readme":"# FWL (Function Web Language)\n### FWL is a simple \"language\" designed to build webpages and documents in html, markdown, bbcode...\n## Write once, and generate documents in multiple formats\n[Developed by StringManolo](https://github.com/stringmanolo)\n![example image](https://github.com/favicon.ico)\n\n\nAll markdown features like\n**bold**\n_italic_\nunderline\n are available\n\n```javascript\n//This is my javascript code:\nconst number = 10;\nalert(number);\n\n/* Hope you like */\n\n```\n- variables\n- predefined css\n- language specific functions\n- ...\n---\n\n1. simple\n2. fast\n3. portable\n---\n\n\u003e fwl is easy\n\u003e\n\u003e fwl is fast\n\n---\n\n### How to use\n1. Download the fwl.mjs module and import it in the file where you're going to write the document and bind it to global object\n2. In case of node call fwl(global)\n3. If you use a browser call fwl(window)\n4. Set the document type to print\n5. Call create method and inside braces use the functions you need to generate the code.\n```javascript\nimport fwl from \"./fwl.mjs\";\nfwl(global);\ndocumentType = \"bbcode\"; //\"markdown\" \"html\"\n\n\n```\nThis document is generated using node index.fwl.mjs, use it as an example/reference.\n\nExample of a table:\n| number | in text |\n| --- | --- |\n| 1 | one |\n| 2 | two |\n\n© 2021\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstringmanolo%2Ffwl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstringmanolo%2Ffwl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstringmanolo%2Ffwl/lists"}