sanity-plugin-rapid-csv-ingester
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

sanity-plugin-rapid-csv-ingester

This is a Sanity Studio v3 plugin.

Installation

npm install sanity-plugin-rapid-csv-ingester

Usage

Add it as a plugin in sanity.config.ts (or .js):

import {defineConfig} from 'sanity'
import {myPlugin} from 'sanity-plugin-rapid-csv-ingester'

export default defineConfig({
  //...
  plugins: [myPlugin({})],
})

License

MIT © AjithThoutam

Develop & test

This plugin uses @sanity/plugin-kit with default configuration for build & watch scripts.

See Testing a plugin in Sanity Studio on how to run this plugin with hotreload in the studio.

Readme

Keywords

Package Sidebar

Install

npm i sanity-plugin-rapid-csv-ingester

Weekly Downloads

107

Version

1.1.0

License

MIT

Unpacked Size

72 kB

Total Files

17

Last publish

Collaborators

  • ajith.techouts