1.10.3 • Published 1 year ago

@sern/create-bot v1.10.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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.10.3

1 year ago

1.10.2

1 year ago

1.9.0

2 years ago

1.10.1

2 years ago

1.11.0

2 years ago

1.10.0

2 years ago

1.8.0

2 years ago

1.7.0

2 years ago

1.5.2

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.4.2

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.1.1

3 years ago

1.1.2

3 years ago

1.0.22

3 years ago

1.0.21

3 years ago

1.0.20

3 years ago

1.0.19

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago