transient-powered interface for ng (Angular) cli.
M-x aangit-menu
, n
, n
creates a new Angular project and opens it in dired
.
M-x aangit-menu
, g
lets you quickly scaffold Components, Interfaces, and Services.
SPC f P
,packages.el
, add(package! aangit :recipe (:host github :repo "stephenwithav/aangit"))
.SPC f P
,config.el
, add(use-package! aangit :after magit :config (map! :leader "ma" 'aangit-menu :mode dired-mode))
.SPC h r r
You can now quickly access aangit-menu with SPC m a
when in dired
.