Skip to content

JavaScript Template for Bridge by Smartsheet extensions.

Notifications You must be signed in to change notification settings

smartsheet-bridge/extension-template-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Template for Bridge by Smartsheet extensions.

A really basic template for JavaScript extensions. See Documentation for more information on Bridge by Smartsheet extension development.


Getting Started

Click the Use this template above the file list and follow the steps to create a new GitHub repository with the same files and layout. See GitHub's guide to Creating a repository from a template for more information.

Once cloned and on your local machine make sure you have the most up to date dependencies by running the following commands.

npm i &&
npm i @smartsheet-bridge/extension-handler && \
npm i @smartsheet-bridge/extension-scripts -D

Usage

See extension-scripts usage fro more information

When running the commands below replace <insert url here> with the url of your Bridge by Smartsheet account that you can find in the browser when viewing the application, and <insert key here> with an API key that can be generated in your Bridge by Smartsheet account. See Account Aliases for more advanced authentication techniques.

build

npm run build

deploy

npm run deploy -- --url=<insert url here> --key=<insert key here>

logs

npm run logs -- --url=<insert url here> --key=<insert key here>

About

JavaScript Template for Bridge by Smartsheet extensions.

Resources

Stars

Watchers

Forks