1.0.1 • Published 2 years ago

symplyerrors v1.0.1

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

about

symply-errors is a symple module created to symplify logging your errors

getting started

you can use the npm package manager

$ npm install symply-errors

or yarn

$ yarn add symply-errors

create first error

const { createrror } = require("symply-errors")

//createrror(path, name, content, file extension)
createrror("errors", "test", "test", "log")

common mistakes

write { createerrors } instead of { createrrors }

a very common mistake but it's a pun

specify an non existant path

yes symply-errors can't create it self folders you have to create it yourself

how to contribute

if you have some features ideas or code you want share with you can send me an email at this email lepetittechnicien28@gmail.com

don't forget it's one of my first npm modules I'm just a beginner ;)
1.0.1

2 years ago