Skip to main content

this is a description

Project description

cg

Simple yet powerful code generator. Make use of your shell as possiable as cg can.

Pity, the name cg is taken by others. use coge in cmdline. maybe you should alias cg=cgr

Compare to hygen, yo.

  • yo is way too slow and complicated.
  • hygen pollutes all template files, and only support ejs.

What I only need:

  1. template is runable as normal prj. No more $placehold$ stuff.
  2. instinct command follows the folder path.
  3. quick project to template and vice versa.
  4. respect .gitignore.
  5. auto complete in command line.
  6. prompt available.

install

make install

usage

export CG_TMPLS="<your_template_folder>"

1

cgr js react oldkey:newkey :newkey0 :newkey1 @:destname 

What cg does:

  • copy $CG_TMPLS/js/react to $PWD/destname
  • change all names from oldkey to newkey, from CG_ARG__0 to newkey0 ,from CG_ARG__1 to newkey1

2

cg js react

What cg does:

  • Just copy $CG_TMPLS/js/react to $PWD/app

help

usage: cg [-h] [-a ARG_PREFIX] [-l] [-r] [-d DEPTH] [o [o ...]]

positional arguments:
  o                     folder or newkey:oldkey (default: None)

optional arguments:
  -h, --help            show this help message and exit
  -a ARG_PREFIX, --arg_prefix ARG_PREFIX
                        ex: CG_ARG__ (default: CG_ARG__)
  -l, --list            list folders (default: False)
  -r, --link_tplt       link cwd template to CG_TMPLS (default: False)
  -d DEPTH, --depth DEPTH
                        list depth (default: 3)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

coge-0.0.4-py2.py3-none-any.whl (6.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page