2.1.3 • Published 7 months ago

@bluecadet/launchpad-content v2.1.3

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

@bluecadet/launchpad-content

Content management tools for Launchpad interactive installations. Fetch, transform, and manage content from any source with a flexible plugin system.

Documentation

For complete documentation, configuration options, and guides, visit: Launchpad Documentation

Features

  • Fetch content from multiple sources (APIs, CMSs, etc.)
  • Transform content with plugins
  • Automatic backup and restore
  • Error handling and logging
  • Media file downloads and processing

Installation

npm install @bluecadet/launchpad-content @bluecadet/launchpad-cli

Basic Usage

// launchpad.config.js
import { defineConfig } from '@bluecadet/launchpad-cli';
import { jsonSource } from '@bluecadet/launchpad-content';

export default defineConfig({
  content: {
    sources: [
      jsonSource({
        id: "api-data",
        files: {
          "data.json": "https://api.example.com/data"
        }
      })
    ]
  }
});

License

MIT © Bluecadet

2.0.0-next.8

12 months ago

2.0.0-next.6

12 months ago

2.0.0-next.7

12 months ago

2.0.0-next.4

12 months ago

2.0.0-next.5

12 months ago

2.1.2

7 months ago

2.0.3

8 months ago

2.1.1

7 months ago

2.0.2

9 months ago

2.1.3

7 months ago

2.0.0-next.2

1 year ago

2.0.0-next.3

1 year ago

2.0.0-next.1

1 year ago

2.1.0

8 months ago

2.0.1

9 months ago

2.0.0

12 months ago

2.0.0-next.0

1 year ago

1.14.1

1 year ago

1.14.0

1 year ago

1.13.1

1 year ago

1.13.0

1 year ago

1.12.4

1 year ago

1.12.3

1 year ago

1.12.2

1 year ago

1.12.1

2 years ago

1.12.0

2 years ago

1.10.2

3 years ago

1.11.0

3 years ago

1.10.1

3 years ago

1.10.0

3 years ago

1.9.0

3 years ago

1.8.1

3 years ago

1.8.0

3 years ago

1.5.0-next.0

3 years ago

1.7.0

3 years ago

1.6.0

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.1.0

3 years ago