0.0.0-felician-20220915142118 • Published 4 years ago

@bluecadet/launchpad-content v0.0.0-felician-20220915142118

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years 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

2 years ago

2.0.0-next.6

2 years ago

2.0.0-next.7

2 years ago

2.0.0-next.4

2 years ago

2.0.0-next.5

2 years ago

2.1.2

1 year ago

2.0.3

1 year ago

2.1.1

1 year ago

2.0.2

1 year ago

2.1.3

1 year ago

2.0.0-next.2

2 years ago

2.0.0-next.3

2 years ago

2.0.0-next.1

2 years ago

2.1.0

1 year ago

2.0.1

1 year ago

2.0.0

2 years ago

2.0.0-next.0

2 years ago

1.14.1

2 years ago

1.14.0

2 years ago

1.13.1

2 years ago

1.13.0

2 years ago

1.12.4

2 years ago

1.12.3

2 years ago

1.12.2

2 years ago

1.12.1

2 years ago

1.12.0

3 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

4 years ago

1.8.1

4 years ago

1.8.0

4 years ago

1.5.0-next.0

4 years ago

1.7.0

4 years ago

1.6.0

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.1.0

4 years ago