-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
acegoal07 edited this page Mar 22, 2023
·
4 revisions
This wiki contains all the information about @acegoal07/file-tools you'll need
npm i @acegoal07/file-tools
const { FileTools, DirectoryTools, JsonFileTools } = require("@acegoal07/file-tools");
FileTools().createFile("hello.json", {});
DirectoryTools().createDir("JsonFiles");
const JsonData = JsonFileTools().readFile("hello.json");
!! 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