UNPKG

@graphless/cli

Version:

Graphless CLI - GraphQL Framework for serverless

6 lines (4 loc) 140 B
const chalk = require("chalk"); module.exports = args => { console.log(chalk.magenta("Oops! This feature is still in development!")); };