1.0.9 • Published 5 months ago

@fullstackcraftllc/codevideo-adapters v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

codevideo-adapters

Adapters for third party services (file system, GitHub, etc.) to connect to the CodeVideo ecosystem.

Currently, all adapters are not web compatible and are meant to be used in Node.js environments.

Usage - File System Adapter

Start your CodeVideo lesson with the exact same starting point as any existing codebase, by providing the path to the folder containing your code:

import { buildFileStructureFromRootFolder } from "@fullstackcraftllc/codevideo-adapters";

const fileStructure = await buildFileStructureFromRootFolder("/path/to/your/codebase");

// use fileStructure in the initialSnapshot of your lesson

Returns a file structure of type IFileStructure from the @fullstackcraftllc/codevideo-types package.

Usage - GitHub Adapter

Start your CodeVideo lesson at the exact file structure as a GitHub repository link.

Coming soon.

1.0.9

5 months ago

1.0.8

5 months ago

1.0.7

5 months ago

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.2

5 months ago

1.0.1

6 months ago

1.0.0

6 months ago