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

@scriptables/manifest

Package Overview
Dependencies
Maintainers
0
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scriptables/manifest

@scriptables/manifest is a toolkit designed to streamline Scriptable script development by automating metadata and comment generation for better documentation and maintainability.

  • 0.2.2
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-50%
Maintainers
0
Weekly downloads
 
Created
Source

@scriptables/manifest

@scriptables/manifest is a toolkit designed to streamline Scriptable script development by automating manifest and comment generation for better documentation and maintainability.

Installation

To install the package, use the following command:

yarn add @scriptables/manifest

or with npm:

npm install @scriptables/manifest

Usage

To use the generateBanner function, import it and pass the manifest object:

import generateBanner from '@scriptables/manifest';

const meta = {
  name: 'Test Script',
  always_run_in_app: true,
  icon: {
    color: 'red',
    glyph: 'star',
  },
  share_sheet_inputs: ['file-url', 'url'],
};

const banner = generateBanner(meta);
console.log(banner);

Acknowledgements

Portions of code and functionality are referenced from the rollup-plugin-scriptable project. Many thanks!

License

This project is licensed under the Apache-2.0 License.

Keywords

FAQs

Package last updated on 29 Oct 2024

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