New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@agility/app-sdk

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agility/app-sdk

JavaScript library for building Agility CMS apps.

2.0.0-rc10
Version published
Weekly downloads
88
214.29%
Maintainers
3
Weekly downloads
 
Created

Agility CMS App SDK

This is a React SDK for building UI Apps for Agility CMS.

Local Development

Advanced

If you wish to use yarn link with this project to debug locally:

cd THIS_PACKAGE
yarn link
yarn install
cd node_modules/react
yarn link
cd ../../node_modules/react-dom
yarn link
cd YOUR_PROJECT
yarn link PACKAGE_YOU_DEBUG_LOCALLY
yarn link react
yarn link react-dom

Then, when you are done

cd YOUR_PROJECT
yarn unlink "@agility/app-sdk"
yarn unlink react
yarn link react-dom

cd THIS_PACKAGE
yarn unlink
cd node_modules/react
yarn unlink
cd ../../node_modules/react-dom
yarn unlink

FAQs

Package last updated on 05 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts