@equinor/septic-config-lib
v1.3.0
Published
Septic Config Lib is a package that offers a library for parsing, formatting, linting and analysing Septic configuration files in addition to CLI for common CI workflows like linting and formatting.
Keywords
Readme
Septic Config Lib
Septic Config Lib is a package that offers a library for parsing, formatting, linting and analysing Septic configuration files in addition to CLI for common CI workflows like linting and formatting.
CLI
To use the CLI for Septic on windows, first install Node and NPM by using node version manager. After installation install node version 22 and select that version by running:
nvm install 22
nvm use 22Nvm also install the node package manager (npm). We can install the Septic config library by running:
npm install -g septicAfter installation, the Septic config analyzer (SCA) command line tool is available. SCA offers a CLI for doing common CI quality checks such as linting and formatting. Run the following command to get overview of the functionality and use:
sca --help