Skip to main content

this is a description

Project description

coge

Simple yet powerful code generator. Make use of existing tool as possiable as we can.

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 with the power of fzf.
  3. quick project to template and vice versa.
  4. respect .gitignore.
  5. support github.com repo.
  6. write plugin in any language only if you can run it in shell.

install

make install

usage

export COGE_TMPLS="<your_template_folder>"

1

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

What coge does:

  • copy $COGE_TMPLS/js/react to $PWD/destname
  • change all names from oldkey to newkey, from COGE_ARG__0 to newkey0 ,from COGE_ARG__1 to newkey1

2

coge js react

What coge does:

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

work with fzf

cg () {
	eval `coge -c $@ | fzf --preview= --bind 'enter:execute-silent(pbcopy <<< {})+abort' ` && pbpaste
}

call cg from terminal. and paste it.

help

usage: coge [-h] [-a ARG_PREFIX] [-l] [-c] [-r] [-w] [-d DEPTH]
            [magic [magic ...]]

      make template link : cd x-engine-module-template && coge -r 
            use template : coge x-engine-module-template xxxx:camera @:x-engine-module-camera  


positional arguments:
  magic                 folder or newkey:oldkey

optional arguments:
  -h, --help            show this help message and exit
  -a ARG_PREFIX, --arg_prefix ARG_PREFIX
                        ex: COGE_ARG__
  -l, --list            list folders
  -c, --cmd             cmd
  -r, --link_tplt       link `cwd` to $COGE_TMPLS
  -w, --allow_git_dirty
                        alllow git dirty
  -d DEPTH, --depth DEPTH
                        list depth

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.10-py2.py3-none-any.whl (7.1 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file coge-0.0.10-py2.py3-none-any.whl.

File metadata

  • Download URL: coge-0.0.10-py2.py3-none-any.whl
  • Upload date:
  • Size: 7.1 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.4.2 requests/2.23.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.2

File hashes

Hashes for coge-0.0.10-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d447a45dda7ab929d8913f6bd4285c3ccf9d6c19c0f27ee8c41ff0c0ed7cdf13
MD5 5d6aa6fb875eb76ea746d2b71b178c71
BLAKE2b-256 02a0c1d269738dfad33dd34af9798ab66a6c0936ae8da10add91a4e96a9c2ff2

See more details on using hashes here.

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