You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could have an API folder which could contain all the needed vendors API methods abstracted into our own Lampone API to ease the script execution in the users command line.
Example:
Vendors cli: prettier --write .
Lampone adapted api:
prettier.format()// executes exec("prettier --write .") on user's root dir.
The text was updated successfully, but these errors were encountered:
We could have an API folder which could contain all the needed vendors API methods abstracted into our own Lampone API to ease the script execution in the users command line.
Example:
Vendors cli:
prettier --write .
Lampone adapted api:
The text was updated successfully, but these errors were encountered: