Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/Open-Science-Community-Saudi-Arabia/JSquarto

Generate JS package API reference documentation using Markdown and Quarto. JSquarto is designed as an alternative to JSDoc
https://github.com/Open-Science-Community-Saudi-Arabia/JSquarto

feat: prepareDirectoryForDocs

This creates the folders for each category, including their subcategories,

It also adds a defau...

93a8698986bae201eae9e5224b5bb097a9fa2ca5 authored 8 months ago by RealRichi3 <[email protected]>
check for duplicates before adding module to category

558c4e5490ec0c629d58dd65c7a5f6f8d04ac0a1 authored 8 months ago by RealRichi3 <[email protected]>
clean code

d85a78c7d3f8d2682e0c6287e9df818caef5d424 authored 8 months ago by RealRichi3 <[email protected]>
feat: group comments by category and subcategory

9626d1f8d8a963bed492458b7413c54e446ecf30 authored 8 months ago by RealRichi3 <[email protected]>
modify module generation logic to link comments from differnt files

7d3b9b9d814c1593684178378edfa5e8b2535d98 authored 8 months ago by RealRichi3 <[email protected]>
init classes for modules, document, subCategory and category

e15e893724cb947d226b9b8e206b52d40b8afe95 authored 8 months ago by RealRichi3 <[email protected]>
Update README.md

6eac6b6736061b207fa8c0d1f7b14c3fa68a6d15 authored 8 months ago by Richie <[email protected]>
Merge pull request #5 from Open-Science-Community-Saudi-Arabia/dev

First working prototype

c597d14c9307eae40f846c33fb6ef7277ff71f9c authored 8 months ago by Richie <[email protected]>
Merge branch 'dev' of https://github.com/Open-Science-Community-Saudi-Arabia/JSquarto into dev

5752133f976d35f86b0fc8145157760c3eae8b29 authored 8 months ago by RealRichi3 <[email protected]>
update README.md

21dfcddd7816c03a66eb408f16511ddd48d221a6 authored 8 months ago by RealRichi3 <[email protected]>
update start script

a882217db26230b8ebb14e3f7566956742f8d14b authored 8 months ago by RealRichi3 <[email protected]>
update gitignore to exclude processed files

5e6abfebc21d6ce1ce8bc4fd4d46a4253bc07bac authored 8 months ago by RealRichi3 <[email protected]>
Merge pull request #4 from RealRichi3/extract_docstrings

[07/02/2024] Write docs to respective files

7a52d1e4bb1863963c54c1bcdad0d17e2168384a authored 8 months ago by Richie <[email protected]>
move test_files to root dir

f104965306ade9fd79da53f2af165eced6bff828 authored 8 months ago by RealRichi3 <[email protected]>
add: file comments

dd9230a8abde825b26d9977bf7f6ad57de6cfefe authored 8 months ago by RealRichi3 <[email protected]>
clean code

d7e3c7f9e3a51cabcf28fa63b536f8ce9f584627 authored 8 months ago by RealRichi3 <[email protected]>
recursively work on all ffiles in nested folders

aa6df2d6ebb3b682361322c0425e4c9943449740 authored 8 months ago by RealRichi3 <[email protected]>
clean code

7fbcc39982a1737f915135d8528139d7379985bb authored 8 months ago by RealRichi3 <[email protected]>
move codeconstructs feat to own file

71471056d518c5a5c11daa641ee9e0e5c42c7d3d authored 8 months ago by RealRichi3 <[email protected]>
add: params to the written doc

f27411e4bc02020bfc435028896c4333e56e965a authored 8 months ago by RealRichi3 <[email protected]>
feat: writer to write content to qmd file in docs folder

80674617fe849f1a9c96a96c97b1bdd0e80c637b authored 8 months ago by RealRichi3 <[email protected]>
Merge pull request #3 from RealRichi3/extract_docstrings

[02/02/2024] Extract docstrings from Javascript files

d4226b28c50e5509d08224169b58836669a77c0d authored 8 months ago by Richie <[email protected]>
add: code comments

00d2880f2d46394116a994798a9f65323ee4a93e authored 8 months ago by RealRichi3 <[email protected]>
first successful test for writing to file

097f9823f3cc16d1e1db3911f3954e2d711fa987 authored 9 months ago by RealRichi3 <[email protected]>
fix: comment util returning 'other' for all types of comments

19b0d49ffed619bb0acf4ccc89f5f80bdb3db92f authored 9 months ago by RealRichi3 <[email protected]>
add: fileCodeConstructIdentifier

To identify the codeConstruct linked to a comment, this also includes its name and type

869efccdf80eeda78108820128f4b188302d2b9e authored 9 months ago by RealRichi3 <[email protected]>
feat: get linked codeConstruct name

6230e6a700b8d42e6322499b33140bd6d6695260 authored 9 months ago by RealRichi3 <[email protected]>
fix: getConstructName returning other

c5b21762e60810b52ab93a74c6d0a09002273404 authored 9 months ago by RealRichi3 <[email protected]>
feat: get linked codeConstruct name

a8c35ccff132f250af17b0dc21ca1cbaf50d6fc1 authored 9 months ago by RealRichi3 <[email protected]>
update types

f79d045cd4dcf48bdd1beb9e403e5abd34c8a82b authored 9 months ago by RealRichi3 <[email protected]>
feat: getLinkedCodeConstructInfo - File class

This allows me to get the code construct(function, class, variable) linked to a particular comme...

fb6a7f1691f748e761b9d91bda46e771a67f3711 authored 9 months ago by RealRichi3 <[email protected]>
add: getters for returned values and thrown erros for Parser

bc346f63b72d666635f2529b2b2d28cd491eb45a authored 9 months ago by RealRichi3 <[email protected]>
update test file content to show more samples

293f0044a2e68541cb57594a389d88572ac70f0e authored 9 months ago by RealRichi3 <[email protected]>
update types

c192d077950d186e63339628636fffc233de1311 authored 9 months ago by RealRichi3 <[email protected]>
feat: Comment, CommentUtil, Cleaner, Parser

Comment - Comment class
CommentUtil - To handle basic actions for comments like getGommentsFrom ...

32e6f4d67868ac985ff002236325b93f00abe0ad authored 9 months ago by RealRichi3 <[email protected]>
setup acorn

54d0e46d6984810c3e02be89f8fe1a91bd393025 authored 9 months ago by RealRichi3 <[email protected]>
npm setup and simple module to extract docs

2ee4fd0ce74e17dc64c69521a622721efda62831 authored 9 months ago by RealRichi3 <[email protected]>
initial ts config

15f0a3277619577fa1942da15554282e7c6437f3 authored 9 months ago by RealRichi3 <[email protected]>
Initial commit

9ec6d9791e50e28b0ec32a5380a571a84e899f8e authored 9 months ago by Batool Almarzouq <[email protected]>