@watsonjs/cli

Fast, scalable framework for building Discord applications (@cli)

Usage no npm install needed!

<script type="module">
  import watsonjsCli from 'https://cdn.skypack.dev/@watsonjs/cli';
</script>

README

A scalable Node.js framework for building Discord applications

NPM Version Package License NPM Downloads

Description

The Watson CLI is a command-line interface tool that helps you to initialize, develop, and maintain your Watson applications. It assists in multiple ways, including scaffolding the project, serving it in development mode, and building and bundling the application for production distribution. It embodies best-practice architectural patterns to encourage well-structured apps.

The CLI works with schematics, and provides built in support from the schematics collection at @watsonjs/schematics.

Installation

npm install -g @watsonjs/cli

Usage

Learn more in the documentation.

Credits and references

Hat fanart by: @maka_hayashi

This package is a copy of the nest cli modified to work with Watson components.