Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@agility/app-sdk

Package Overview
Dependencies
Maintainers
3
Versions
67
Alerts
File Explorer

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.5-rc1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
13
decreased by-50%
Maintainers
3
Weekly downloads
 
Created
Source

Agility CMS App SDK

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

Getting Started

Coming soon...

Example Apps

One of the best ways to learn a new SDK is to see some examples!

Google Analytics

A dashboard app that uses oauth to connect to Google and pull GA data. https://github.com/agility/agility-cms-app-google-analytics

Google Translate

A sidebar app that translates and detects language for the current content item. https://github.com/agility/agility-cms-app-google-translate

Big Commerce

A custom field app that allows selection of a product from BigCommerce. Includes a modal with a product listing and search component. https://github.com/agility/agility-cms-app-bigcommerce

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 YOUR_PROJECT
yarn link PACKAGE_YOU_DEBUG_LOCALLY
yarn link react

Then, when you are done

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


cd THIS_PACKAGE
yarn unlink
cd node_modules/react
yarn unlink


FAQs

Package last updated on 06 Jun 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc