Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brob/custom-input-cli
https://github.com/brob/custom-input-cli
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brob/custom-input-cli
- Owner: brob
- Created: 2021-05-27T20:19:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T02:35:10.000Z (about 1 year ago)
- Last Synced: 2024-04-11T15:46:35.419Z (9 months ago)
- Language: JavaScript
- Size: 164 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Experimental CLI for creating boilerplate of Sanity Custom Input Components
This package creates the boilerplate for basic [Sanity Custom Input components](https://www.sanity.io/docs/custom-input-widgets).
## Installation
```sh
npm install -g sanity-custom-input
```## Usage
In your Sanity Studio project, run `customInput`, the type of boilerplate you want, specify your components directory and the name of your new component.
## Experimental
This CLI is highly experimental. It's mostly a code generator, but is not officially supported by Sanity.io.