Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

mafk

nikfrank4ISC0.0.2

motherfucker, make me a sandwich

js, cli, generator, extensible, motherfucker

readme

mafk

mafk gen react-app postgres-server

so then mafk will look for generators in node_modules with a mafk.json in them.

that JSON will describe it's name, and which files to use to generate code

{
  name: 'react-app',
  files: ['filename', ],
  commands: [{ name, sed or jscodemod}, ]
}