UNPKG

@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

17 lines (11 loc) 437 B
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 PageRank = { PART: 'part', PAGE: 'page' };