Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ignacionmiranda/jamstack-scripts
Scripts to perform CRUD operations against JAMstack services such as Contentful & Algolia
https://github.com/ignacionmiranda/jamstack-scripts
algolia contentful jamstack nodejs typescript
Last synced: about 2 months ago
JSON representation
Scripts to perform CRUD operations against JAMstack services such as Contentful & Algolia
- Host: GitHub
- URL: https://github.com/ignacionmiranda/jamstack-scripts
- Owner: IgnacioNMiranda
- License: mit
- Created: 2023-01-11T19:59:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-14T20:40:45.000Z (about 2 months ago)
- Last Synced: 2024-11-14T21:30:29.685Z (about 2 months ago)
- Topics: algolia, contentful, jamstack, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 392 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jamstack-scripts
Scripts to perform CRUD operations against the following services:
- Algolia
- Bluestone
- Commercetols
- Conscia
- Contentful
- Stytch## Getting Started
1. Install dependencies using `pnpm` (install it using `npm i -g pnpm` if you don't have it)
2. Clone `.env.example` to a `.env` file and set your variables
3. Run `pnpm start`## Adding new scripts
Add a new TS file inside the existing scripts/_service_ folders.
To add a new service:
1. Create a new folder inside `src/scripts/` named as the service and add your script into it
2. Add the new service client (if needed) in the `src/clients/` folder.
3. Add environment variables to `src/environment.ts` and also an example of them inside `.env.example`.## License
[MIT](LICENSE)
## Author
[Ignacio Miranda Figueroa](https://www.linkedin.com/in/ignacio-miranda-figueroa/)