Skip to content

israel-gs/usqay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

usqay.js

Powerfull tool for atomate project creation, inpired on @KalleHallden project idea.

usqay means fast in the Quechua language.

Installation

npm install -g usqay

Config

  1. Config token

    First you need a github personal token, can create in this link and check repo, user and delete_repo.

    $ usqay --config-token fefc852061ef10312345678d9864414e7469fb87
    // or
    $ usqay -c fefc852061ef10312345678d9864414e7469fb87
    
  2. Config default project path

    $ usqay --config-path /path/to/my/projects/path
    // or
    $ usqay -p /path/to/my/projects/path
    
  3. Config git username

    $ usqay --config-username israel-gs
    // or
    $ usqay -u israel-gs
    

Creating a project

$ usqay --create project-name
// or
$ usqay -c project-name