0.0.8 • Published 3 months ago

zypher-manager v0.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

zypher_manager

A library that provides predefined functions for file system operations making file managing easy in javascript.

Installation

To install the library, use npm:

npm install zypher-manager@latest
const manager = require("zypher-manager");
// Create a file
manager.CreateFile("test.js");

// Create a directory
manager.CreateDir("Test");
0.0.8

3 months ago

0.0.7

3 months ago

0.0.6

3 months ago

0.0.5

3 months ago

0.0.4

3 months ago

0.0.3

3 months ago

0.0.2

3 months ago

0.0.1

3 months ago