Drarig29 / brackets-storage-calls

Creates a list of all storage calls with their signature and parameters

Home Page:https://drarig29.github.io/brackets-docs/user-guide/storage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

brackets-storage-calls

Creates a list of all storage calls with their signature and parameters, so that one can know everything he has to implement in his own CrudInterface implementation.

npm

Don't forget to check brackets-storage to find out if an implementation already exists for the storage you'd like to work with.

You can see the output here: https://drarig29.github.io/brackets-docs/user-guide/storage/

It uses ts-morph to navigate the TypeScript AST (Abstract Syntax Tree).

About

Creates a list of all storage calls with their signature and parameters

https://drarig29.github.io/brackets-docs/user-guide/storage


Languages

Language:TypeScript 91.4%Language:JavaScript 8.6%