.env
file and the structure of your commands
directory, which must follow the Topics pattern defined by the OCLIF framework.app/
commands/
config/
contracts/
hooks/
modules/
acts/
auditions/
exceptions/
providers/
schemas/
templates/
bin/
prisma/
storage/
test/
commands/
.env
.npmrc
.prettierrc
/ .prettierignore
package.json
lib
directory.package.json
file. make:
command templates here. We looked at several templating packages, however nearly all are designed for generating HTML rather than JavaScript files, so we opted to use native ES6 templating syntax.userDataDir
). It can be structured however you like, however if you are using the Profiles module we recommend against renaming the profiles
subdirectory.