Internal
Internal
launchInternal
titleOptional
Internal
clrOptional
Internal
compilerOptional
Internal
consoleOptional
Internal
fsOptional
Internal
pathsOptional
changelog?: stringRelative path to changelog file.
Optional
dist?: { _: string; docs: string; scss: string }Destination directories for compiled files.
Optional
notes?: { release: string }Relative path to notes files used during development.
Release notes file.
Used for updating the changelog and the github release notes.
Optional
readme?: stringRelative path to readme file.
Optional
release?: stringDirectory for release zip files.
Optional
scripts?: { _: string; logs: string }Location of build scripts and related files.
Optional
snapshot?: stringDirectory for snapshot zip files.
Optional
src?: {Source for files to be compiled.
_
expects a directorydocs
expects a directory (or array of such)scss
expects a directory, file path, or globs (or array of such)ts
expects a directory or file path (or array of such)Optional
Internal
stages
This is the shape of the internal config when it's exported to create a default config file.
Used by Config.Class.export
Since
0.1.0-alpha.1