0.5.0 • Published 5 months ago

@commitspark/git-adapter-filesystem v0.5.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

Introduction

Commitspark is a workflow-first Content Management System based on Git and GraphQL.

This repository holds code that implements a Commitspark Git adapter for accessing content stored in a local filesystem.

This adapter is meant to be used in CI/CD pipelines where a single Git revision of content checked out in the filesystem needs to be read.

Usage

Instantiate the adapter with createAdapter() and then set adapter options FilesystemRepositoryOptions on the instance.

Option nameRequiredDefault valueDescription
checkedOutCommitHashTrueGit hash / revision currently checked out in the filesystem
pathSchemaFileFalsecommitspark/schema/schema.graphqlPath to schema file in repository
pathEntryFolderFalsecommitspark/entries/Path to folder for content entries

License

The code in this repository is licensed under the permissive ISC license (see LICENSE).

0.5.0

5 months ago

0.4.0

12 months ago