2.0.1 • Published 1 month ago

maki-module v2.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
1 month ago

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

2.0.1

1 month ago

2.0.0

1 month ago

1.1.1

3 months ago

1.1.0

12 months ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

5 years ago

1.0.0-alpha.0

5 years ago

0.1.0

5 years ago

0.0.1

5 years ago