Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/necordjs/schematics

📜 A collection of schematics for Necord projects with NestJS
https://github.com/necordjs/schematics

inquirer necord nest nestjs schematics

Last synced: 16 days ago
JSON representation

📜 A collection of schematics for Necord projects with NestJS

Awesome Lists containing this project

README

        





📜 A collection of schematics for Necord projects with NestJS Discord bots using NestJS, based on Discord.js



Documentation ✨Source code 🪡Examples 🛠️Community 💬



NPM Version
NPM License
NPM Downloads
Last commit

### Installation

```bash
npm i -D @necord/schematics
```

### Testing

To test locally, install `@angular-devkit/schematics-cli` globally and use the `schematics` command
line tool. That tool acts the same as the `generate` command of the Angular CLI, but also has a
debug mode.

```bash
npm i -g @angular-devkit/schematics-cli
```

Check the documentation with

```bash
schematics --help
```

Now you can execute generation commands.

```bash
yarn build
schematics .:command
```

### Unit Testing

`npm run test` will run the unit tests, using Jest as a runner and test framework.

That's it!