UNPKG

@telefonica/opensource-scaffold

Version:

Scaffolding for open source projects. A CLI tool to create open source repositories with standard tools and resources

10 lines (9 loc) 281 B
import type { SupportedLicense, LicenseFAQs } from "./License.types.js"; /** * The supported licenses in the scaffold */ export declare const SUPPORTED_LICENSES: SupportedLicense[]; /** * The URLs to the FAQs for each license */ export declare const LICENSE_FAQS: LicenseFAQs;