@gouvfr/dsfr-nexus
Version:
Le module `dsfr-nexus` est l'interface de ligne de commande (CLI) centrale du Système de Design de l’État - DSFR. Il offre des outils pour gérer et compiler les ressources du DSFR
21 lines (14 loc) • 687 B
JavaScript
import { getPackagePath } from '@gouvfr/dsfr-forge';
export const CONFIG_FOLDER = '.dsfr';
export const DEPLOY_FOLDER = '.doc';
export const ENV_FOLDER = '.env';
export const GITHUB_EDIT = 'https://github.com/GouvernementFR/dsfr/edit/main/';
export const DIST = `${getPackagePath('@gouvfr/dsfr-publisher')}dist`;
export const NEXUS = getPackagePath('@gouvfr/dsfr-nexus');
export const CGU_SOURCE = 'https://raw.githubusercontent.com/GouvernementFR/dsfr/refs/heads/feat/cgu/doc/legal/cgu.md';
export const IS_CGU_ACTIVE = true;
export const PageRank = {
PART: { id: 'part', isDeep: false },
AUXILIARY: { id: 'auxiliary', isDeep: false },
PAGE: { id: 'page', isDeep: true }
};