@form8ion/cli-core

1.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @form8ion/cli-core

Weekly Downloads

220

Version

1.1.0

License

MIT

Unpacked Size

7.68 kB

Total Files

6

Last publish

Collaborators

  • travi
  • form8ion-bot