0.1.0-alpha.1 • Published 2 years ago

quickcalldev v0.1.0-alpha.1

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

QuickCall (development version)

⚠️ Warning ⚠️

This is a development build and you might face some issues. We push to the main branch.

Set Up

  1. Install the package

npm init
npm install quickcalldev
  1. (optional) Configure your quickcall build

Currently, the only way to configure quickcall is using functions. We are planning to roll out a config file based system soon.

const qc = require("quickcalldev")

qc.customShorts(true)
qc.thirdPartyEnabled(false)
  1. (optional, only available in quickcalldev) Enable experimental functions
qc.betaEnabled(true)
  1. Work In Progress Install 3rd-party packages

⚠️Warning⚠️: chalk is used by default for some functions, meaning you dont need to install it again.

npm install simple-get

soon™