parsifly-extension-json-parse-project
v1.0.7
Published
This extension allows you to transform your project to a JSON-formatted version. The json string will contain a structured representation of your project, including all key details, configurations, and settings, making it easy to store, share, or process
Readme
parsifly-extension-json-parse-project
Overview
This extension allows you to transform your project to a JSON-formatted version. The json string will contain a structured representation of your project, including all key details, configurations, and settings, making it easy to store, share, or process in other tools. Ideal for backups, versioning, or exporting data to integrate with other systems.
Install
Run yarn to install the dependencies
yarnRun
Run yarn dev to run the extension in http://localhost:5555/package.json
yarn devBuild
Run yarn build to build the project
yarn buildDeploy
Run npm publish to deploy this extension to npm.
npm publish