Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hypervillain/sm-scripts
https://github.com/hypervillain/sm-scripts
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hypervillain/sm-scripts
- Owner: hypervillain
- Created: 2021-11-03T14:56:52.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-15T13:27:05.000Z (about 2 years ago)
- Last Synced: 2024-10-20T00:55:06.709Z (3 months ago)
- Language: JavaScript
- Size: 139 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 1. Update Prismic CTS to use SharedSlices
Note that this does not migrate content that relies on Non Shared Slices.
Create a `.env` file with `TOKEN` (prismic-auth) and `REPO` values.
```bash
npm install
node migrate-cts.mjs
````This will create customtypes ans slices folders.
Untested.