1.0.2 • Published 1 year ago

@smartsheet-bridge/extensionrc-legacy v1.0.2

Weekly downloads
1
License
Apache-2.0
Repository
-
Last release
1 year ago

@smartsheet-bridge/extensionrc-legacy

Shareable configuration file for legacy extensions using Bridge by Smartsheet tooling.


Usage

Why do I need this?

If you developed an extension for the Bridge by Smartsheet platform using a legacy tool called converse-cli but are using, or want to use, the internally supported @smartsheet-bridge/extension-scripts tool going forward, then you can use this sharable configuration package to get started out of the box.

How do I use this?

  1. Install it as a devDependency
npm install @smartsheet-bridge/extensionrc-legacy --save-dev
  1. Extend it in your package.json or in a separate configuration file.
// package.json
{
  //...
  "extension": {
    "extends": "@smartsheet-bridge/extensionrc-legacy"
  }
}

What is included?

This package exports a configuration object that can be extended and read by @smartsheet-bridge/extension-scripts to help development of legacy Bridge by Smartsheet extensions also known as plugins. It exports the following object.

{
  build: {
    src: './',
    exclude: [
      '**/.*',
      '**/*.log',
      '**/plugin.json',
      '**/node_modules/**',
      '**/test/**',
    ],
  },
  upload: { specFile: 'plugin.json' },
}
1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

1.0.0-beta.2

2 years ago

1.0.0-beta.3

2 years ago

1.0.0-beta.1

2 years ago

0.1.1

2 years ago

0.1.0

3 years ago

0.1.0-beta.2

3 years ago

0.1.0-beta.1

3 years ago

0.1.0-alpha.1

3 years ago

0.1.0-alpha.0

4 years ago