1.10.1 • Published 11 months ago

@sern/create-bot v1.10.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@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=ts-esm --name="mybot"

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

Currently supported template presets include:

  • ts
  • js
1.9.0

11 months ago

1.10.1

11 months ago

1.11.0

11 months ago

1.10.0

11 months ago

1.8.0

1 year ago

1.7.0

1 year ago

1.5.2

1 year ago

1.5.1

1 year ago

1.5.0

1 year ago

1.4.2

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.1.1

2 years ago

1.1.2

2 years ago

1.0.22

2 years ago

1.0.21

2 years ago

1.0.20

2 years ago

1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago