Skip to content

form8ion/cli-core

Repository files navigation

cli-core

core package to support CLIs using the form8ion ecosystem

Node CI Workflow Status Codecov SLSA Level 2

Table of Contents

Usage

npm Try @form8ion/cli-core on RunKit license node

Installation

$ npm install @form8ion/cli-core --save-prod

Example

import {getPrompt, logger} from '@form8ion/cli-core';

getPrompt({});

logger.info('info message');
logger.success('success message');
logger.warn('warn message');
logger.error('error message');

Contributing

Commitizen friendly Conventional Commits Renovate PRs Welcome semantic-release: angular

Dependencies

$ nvm install
$ npm install

Verification

$ npm test

About

core package to support CLIs using the form8ion ecosystem

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •