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: about 1 month ago
JSON representation
📜 A collection of schematics for Necord projects with NestJS
- Host: GitHub
- URL: https://github.com/necordjs/schematics
- Owner: necordjs
- License: mit
- Created: 2023-04-12T19:37:16.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-28T13:33:19.000Z (about 1 month ago)
- Last Synced: 2025-04-28T16:16:31.681Z (about 1 month ago)
- Topics: inquirer, necord, nest, nestjs, schematics
- Language: TypeScript
- Homepage: https://npmjs.com/package/@necord/schematics
- Size: 2.09 MB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
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 💬
### 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!