React with Native

Bringing together React and React Native

GitHub

README

Operation util

operation-util (

OperationClassification

TODO: Ensure embedding this will embed the actual docs in my markdown renderer. I guess it might already do so!

TODO: It would be great to learn more about this topic and see if I can make more cross-environment packages. A great use case would be to create a wrapper around the current fs-orm to enable using it at the frontend too.

OperationClassification cjs)

Operation with utility functions to calculate things about operations and alter operation-index.

Api reference
recalculateOperationIndexJson()

Recalculates some operation indexable things and updates that into the database

Input
operationBasePathstring
Output
📄 recalculateOperationIndexJson (exported const)

Recalculates some operation indexable things and updates that into the database

Internal
Show internal (5)
getDependenciesSummary()
Input
operationNamestring
Output
getOperationMetaData()

gets a whole bunch of metadata about an operation, mainly filepath related, but it also reads the operation index json file

Input
operationBasePathstringany path in an operation
Output
🔹 OperationMetaData

Properties:

NameTypeDescription
operationBasePathstring
operation (optional)object
operationNamestring
srcPathstring
operationFolderNamestring
relativeOperationLocationPathstring
📄 getDependenciesSummary (exported const)
📄 getOperationMetaData (exported const)

gets a whole bunch of metadata about an operation, mainly filepath related, but it also reads the operation index json file