JSPM

  • Created
  • Published
  • Downloads 591
  • Score
    100M100P100Q100456F
  • License MIT

Library with structures and functions for creating modern Discord applications.

Package Exports

  • @constatic/base
  • @constatic/base/tsconfig

Readme

Constatic Base

Library with structures and functions for creating modern Discord applications.

It all starts with the bootstrap function.

import { bootstrap } from "@constatic/base";

await bootstrap({ meta: import.meta });

⚠️ It is recommended to use the Constant CLI to generate a project instead of doing it manually.

📚 Read the full documentation here