Gitify
Tool to create a remote github repository and add and push content to it.
Install / Use
/learn @thlorenz/GitifyREADME
gitify
Tool to create a remote github repository and add and push content to it.
var gitify = require('gitify');
// change user and password to match your github account to see it in action
gitify(
{ user : 'joe'
, password : 'secret'
, repo : 'foo' // if no repo is given, the current folder name is used
}
, function (err) {
if (err) return console.error('err: ', err);
console.log('Success');
}
);
Installation
npm install gitify
API
###gitify(opts : Object, cb : Function)
- opts are optional and specify
- user* : github user
- password* : github password
- repo : name under which the repo should be published on github (defaults to current dir name)
- description : description of the repository (default empty)
* if user and/or password are not supplied, they will be obtained by prompting the user on the first gitify run and
saved into a config at: ~/.config/gitify.js for future runs
Commandline
gitify [<repo> <description> <user> <password>]
License
MIT
Related Skills
qqbot-channel
349.2kQQ 频道管理技能。查询频道列表、子频道、成员、发帖、公告、日程等操作。使用 qqbot_channel_api 工具代理 QQ 开放平台 HTTP 接口,自动处理 Token 鉴权。当用户需要查看频道、管理子频道、查询成员、发布帖子/公告/日程时使用。
docs-writer
100.3k`docs-writer` skill instructions As an expert technical writer and editor for the Gemini CLI project, you produce accurate, clear, and consistent documentation. When asked to write, edit, or revie
model-usage
349.2kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
arscontexta
3.0kClaude Code plugin that generates individualized knowledge systems from conversation. You describe how you think and work, have a conversation and get a complete second brain as markdown files you own.
