Skip to content

alighamdan/v12-to-v13

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to v12-to-v13 👋

Version Documentation License: ISC

convert discord.js v12 codes to v13

Install

npm install v12-to-v13

cli help page

v12-to-v13 --help

api

const { converter } = require('v12-to-v13').default;

// v12_code param is required
// with_Pretty is optional default is false
// prettier_Options is optional check:
// https://prettier.io/docs/en/api.html

converter(v12_Code, with_Pretty, prettier_Options);

// returns: object of three keys:
// key1: prettied: boolean
// key2: code: string
// key3: convertTime: number (time in ms)

// NOTE: prettied key can be false in some times if the result code have an error

Authors

👤 ali dev

👤 Pudochu

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published