1.0.0 • Published 8 months ago

@form8ion/ignore-file v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

ignore-file

form8ion utility for managing ignore files

Node CI Workflow Status Codecov SLSA Level 2

Table of Contents

Usage

npm Try @form8ion/ignore-file on RunKit license node

Installation

$ npm install @form8ion/ignore-file --save-prod

Example

Import

import {exists, read, write} from '@form8ion/ignore-file';

Execute

const projectRoot = process.cwd();
const toolName = 'tool-name';

await exists({projectRoot, name: toolName});

await read({projectRoot, name: toolName});

await write({projectRoot, name: toolName, ignores: ['foo/', 'bar.js']});

Contributing

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

Dependencies

$ nvm install
$ npm install

Verification

$ npm test
1.0.0

8 months ago

1.0.0-alpha.4

8 months ago

1.0.0-alpha.3

8 months ago

1.0.0-alpha.2

8 months ago

1.0.0-alpha.1

8 months ago