Skip to content
acegoal07 edited this page Mar 22, 2023 · 4 revisions

This wiki contains all the information about @acegoal07/file-tools you'll need

Installation

npm i @acegoal07/file-tools

Example

const { FileTools, DirectoryTools, JsonFileTools } = require("@acegoal07/file-tools");

FileTools().createFile("hello.json", {});

DirectoryTools().createDir("JsonFiles");

const JsonData = JsonFileTools().readFile("hello.json");

Available tools

!! This package is still a working progress and more features will be added as time goes on !!

As of the moment there are only 3 sections of tools Directory, File and Json more will come as the package is updated, if there are any tools you would like added please recommend them and i shall work on adding the tools to the package

These tools are used to edit files and can be used for all file types

These are tools used for to edit and manipulate directories

These tools are specific to Json files

Clone this wiki locally