Skip to content

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

License

Notifications You must be signed in to change notification settings

underblob/maki-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published