0.0.5 • Published 4 years ago

styx.js v0.0.5

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

npm.io

styx

Easily write data to files, and read data from files using one line of code

Written for a custom project, open sourced for all

Written by uromastyx

Installation

$ npm install styx.js

Example

You can use styx using the functions listed below

const styx = require("styx.js");
const file = styx.init("test.txt");

file.save("Hello styx!");
console.log(file.get()); // returns "Hello styx!"
0.0.3

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.2

5 years ago

0.0.1

5 years ago