0.0.1-dev • Published 7 years ago

matter-maker v0.0.1-dev

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Matter

NPM version Downloads

NPM

A commandline client for generating atomic components

Installation

 $ npm install matter-maker -g

Once installed you will have access to the matter commandline-client.

 $ matter help
  
  ███╗   ███╗ █████╗ ████████╗████████╗███████╗██████╗ 
  ████╗ ████║██╔══██╗╚══██╔══╝╚══██╔══╝██╔════╝██╔══██╗
  ██╔████╔██║███████║   ██║      ██║   █████╗  ██████╔╝
  ██║╚██╔╝██║██╔══██║   ██║      ██║   ██╔══╝  ██╔══██╗
  ██║ ╚═╝ ██║██║  ██║   ██║      ██║   ███████╗██║  ██║
  ╚═╝     ╚═╝╚═╝  ╚═╝   ╚═╝      ╚═╝   ╚══════╝╚═╝  ╚═╝
                                    
  Usage: ${bold('matter')} <command> [options]

  Commands:
    ${bold('help')}             Prints this dialogue
    ----------------------------------------------------------------
    ${bold('make:doc')}         Creates one or multiple doc/s
    ${bold('make:atom')}        Creates one or multiple atom/s
    ${bold('make:molecule')}    Creates one or multiple molecule/s
    ${bold('make:organism')}    Creates one or multiple organism/s
    ${bold('make:template')}    Creates one or multiple template/s
    ${bold('make:page')}        Creates one or multiple page/s
    ----------------------------------------------------------------
    ${bold('scaffold')}         Creates scaffold of atomic folder structure
0.0.1-dev

7 years ago