Jacob Nguyen 5bc0510027 1.0.12
2023-06-10 20:41:33 -05:00
2023-06-10 18:57:51 -05:00
2023-06-10 18:57:51 -05:00
2023-06-10 18:57:51 -05:00
2023-06-02 11:34:14 -05:00
2023-06-10 20:41:33 -05:00
2023-06-10 20:41:17 -05:00

@sern/create-bot

Scaffolding sern projects

With NPM:

$ npm create @sern/bot

With Yarn:

$ yarn create @sern/bot

With PNPM:

$ pnpm create @sern/bot

Then follow the prompts!

You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold a Typescript project, run:

# npm 6.x
npm create @sern/bot --template=ts-esm --name="mybot"

# npm 7+, extra double-dash is needed:
npm create @sern/bot -- --template=ts-esm --name="mybot"

# !!!!POWERSHELL SYNTAX
npm create @sern/bot '--' --template=ts-esm --name="mybot"

# yarn
yarn create @sern/bot --template=vue --name="mybot"

# pnpm
pnpm create @sern/bot --template=vue --name="mybot"

Currently supported template presets include:

  • ts
  • ts-esm
  • js
  • js-esm
Description
scaffolding tool for discord bots with sern handler ⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-05-01T16:07:36.966Z
Readme 15 MiB
Languages
TypeScript 77.4%
JavaScript 22.6%