Skip to content

codic-project/Codic_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codic_cli

Codic is naming tool for programmers.

install

To install, use go get:

$ go get github.com/codic-project/Codic_cli

how to use

Set AccessToken.

Get AccessToken from your account page.

$ codic_tool -token=XXXXXXXXXXX 東京で狩りをする                                                
[ 東京で狩りをする ]=> do_hunting_in_tokyo

Token set is only once, the token cashe to /tmp/token_codic.

Set code casing.

You can set casing type as following.

$ codic_tool -casing=hyphen こんにちは世界               
[ こんにちは世界 ]=> hello-world
camel pascal lower_underscore upper_underscore hyphen
HelloWorld HelloWorld hello_world HELLO_WORLD hello-world

casing also cache, so you can run same before.

$ codic_tool こんにちは世界               
[ こんにちは世界 ]=> hello-world

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages