Skip to content

necordjs/schematics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“œ 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

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.

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

Check the documentation with

schematics --help

Now you can execute generation commands.

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!