1.0.9 • Published 2 years ago

blacknight-utils v1.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Blacknight Utils

The Concept

Have you ever got stuck creating a Folder or a File or maybe even Logging?

Well you are in luck!!

Blacknight Utils Has You Covered.

Things we Offer

Logging

File Creation

File Deletion

Eval

Execute

Folder Creation

Folder Deletion

File Copying

How to Setup

npm i blacknight-utils
const Client = require('blacknight-utils');
const client = new Client();

Define Intents

// If you are confused about the intents, just do

const Client = require('blacknight-utils');
const client = new Client();

const intents = client.supportedIntents();
console.log(intents);

// Other wise

const Client = require('blacknight-utils');
const client = new Client(["log"]); // Logging

Test Code

const Client = require('blacknight-utils');
const client = new Client(["log"]);



client.log("Hello World!", false); // false = no error
client.log("Hello World!", true); // true = error

To View More Test Code go to the test.js file in the tests folder.

Test code Test.js

Github

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago