npm.io
2.0.1 • Published 2 years agoCLI

maki-module

Licence
MIT
Version
2.0.1
Deps
4
Size
23 kB
Vulns
0
Weekly
0

maki-module

Make flexible and consistent folder-based modular templates to harden your project's pattern.

Usage

In your project root, install a templates folder with an example inside:

npx maki-module install

After running install option, the templates folder will open in Finder. See the README.md there for more details about authoring templates.

To see all available commands:

npx maki-module help

Windows

To use with Windows:

  1. Open GitBash CLI
  2. Configure npm to use GitBash as the default executable for scripts using one of the following commands:
    npm config set script-shell "C:\\Program Files (x86)\\git\\bin\\bash.exe"
    # For x64:
    npm config set script-shell "C:\\Program Files\\git\\bin\\bash.exe"
  3. Execute the npx commands as noted in the instructions above

To revert the config:

npm config delete script-shell

Requirements

  • Node >= 8.5
  • NPM >= 5.3

Keywords