Skip to content

Methane-CLI 1.1.0

Compare
Choose a tag to compare
@Adedoyin-Emmanuel Adedoyin-Emmanuel released this 02 Jul 20:47
· 121 commits to master since this release
b61371f

What's New ?

Added a new command list-config [ls]

  • --list-config or -lc: Lists all Methane-Cli configurations.
doyin@doyinHpLaptop:~/Desktop/react-app$ methane-cli list-config

All configurations
{
  template: 'jsx',
  component: 'arrow',
  page: 'arrow',
  generateStylesheet: 'true',
  generateFolder: 'true',
  register: 'true',
  stylesheetType: 'css'
}