nestd
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

Nestd

Recursive file operations toolkit.

Codacy quality Coverage Greenkeeper badge CricleCi badge

npm version Open issues Types: TypeScript License: MIT

Main features

  • recursive file operations
  • Typescript types included
  • exposes esm/cjs modules
  • always 100% test coverage

Guide

Installation

npm install --save nestd

or

yarn add nestd

or

pnpm --save nestd

Basic usage

Nestd main method replaces provided string or regex match with another text.

Replace string or regex match with another string in all files below path

const Nestd = require('nestd@.0.3').Nestd;
const nestd = new Nestd();

function async run(){
    await nestd.replace('some-text', 'path');
}
run();

Documentation

Full API documentation for this package can be found here

Readme

Keywords

none

Package Sidebar

Install

npm i nestd

Weekly Downloads

2

Version

0.0.3

License

MIT

Unpacked Size

59.5 kB

Total Files

29

Last publish

Collaborators

  • fill