maki-module

2.0.1 • Public • Published

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

Links

Versions

Current Tags

Version History

Package Sidebar

Install

npm i maki-module

Weekly Downloads

13

Version

2.0.1

License

MIT

Unpacked Size

23.1 kB

Total Files

19

Last publish

Collaborators

  • underblob