Skip to content

A command-line interface to automate set of commands related to foundation project

Notifications You must be signed in to change notification settings

abdelrahman-waziry/dy-foundation-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DY Foundation CLI

Installation:

npm install -g dy-foundation-cli

Commands:

  • create-component
Usage: index create-component|cr [options] <name>
Creates a new component
Options:
  -s, --store  Connect component to redux store
  -v, --view   Create a new view
  -h, --help   output usage information
  • create-module
Usage: index create-module|cm [options] <name>

Creates a new module

Options:
  -h, --help  output usage information
  • version
Usage: index version|v [options]
Displays dy-foundation-cli version
Options:
  -h, --help  output usage information
  • build
Usage: index build|b [options]
create a new build of a foundation based project
Options:
  -h, --help  output usage information
  • init
Usage: index init|i [options] <name>
Initialize a new foundation project
Options:
  -h, --help  output usage information

About

A command-line interface to automate set of commands related to foundation project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published