This package will help you to create a RxBot
instance.
pnpm create rx-bot
DRY_RUN=true pnpm create rx-bot
pnpm create rx-bot
- Create a new file in
src/templates
folder and name it assomename.some_ext.tmpl
. - Add an entry in
templates.yaml.tmpl
file.
The template will be rendered using nunjucks which similar to
jinja2
in python.
Hooks are designed to be used in the templates
to add some dynamic logic.
-
afterEmit
hook will be called after the file is emitted.