docma
docma copied to clipboard
The term 'docma' is not recognized as the name of a cmdlet.
Hi, I installed docma with
npm install docma -D
(doesn't create anything)
and whenever I want to run docma I get that error.


You might not be familiar with how npm works at all.
If you install docma as devDependencies, you can only run it via npm run-command or npx.
to run docma with npm run-command, you can add it to scripts in your package.json:
"script": {
"doc": "docma command here"
}
To run it with npx, use:
$ npx docma