Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 23 days 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-12T11:48:43.000Z (7 months ago)
- Last Synced: 2024-04-14T00:59:05.357Z (7 months ago)
- Topics: inquirer, necord, nest, nestjs, schematics
- Language: TypeScript
- Homepage: https://npmjs.com/package/@necord/schematics
- Size: 1.25 MB
- Stars: 2
- 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!