1.1.0 ā€¢ Published 2 years ago

v12-to-v13 v1.1.0

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

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