Giter Site home page Giter Site logo

gpmer / gpm.js Goto Github PK

View Code? Open in Web Editor NEW
44.0 3.0 5.0 3.17 MB

:gem:Git Package Manager, make you manage the repository easier, Power by Typescript & Nodejs

Home Page: https://gpmer.github.io/gpm.js

License: MIT License

JavaScript 0.10% TypeScript 99.90%
git gpm nodejs javascript cli package repository manager npm js

gpm.js's People

Contributors

axetroy avatar greenkeeper[bot] avatar windomz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

gpm.js's Issues

invalid path in git bash

I'm submitting a ... (check one with "x")

  • bug report => search github for a similar issue or PR before submitting
  • feature request
  • support request

Current behavior

使用git bash,输出的目录是window下的目录结构
如:··C:\Users\axetroy\gpmx\github.com\axetroy\WatchDog··
这个目录在git bash下是不可用的
无法cd到该目录下

Expected behavior

添加一个参数 -u, --unix
用于将window目录输出成unix格式的

More default

Please tell us about your environment:

node:     v6.10.0
gpm:      5.3.1
arch:     x64
os:       Windows_NT 10.0.14393
platform: win32

promt in windows

I'm submitting a ... (check one with "x")

  • bug report => search github for a similar issue or PR before submitting
  • feature request
  • support request

Current behavior

windows下,对于promt支持不够友好,考虑换一种方式。

working in Power Shell, get some problme in Git Bash

Expected behavior

More detail

Please tell us about your environment:

plugin support

I'm submitting a ... (check one with "x")

  • bug report => search github for a similar issue or PR before submitting
  • feature request
  • support request

More detail

support plugin. so you can add repo then run the plugin to do somthing

example:
gpm add https://github.com/gpmer/gpm.js.git --plugin npm-install

it will clone the repo and exec the plugin

plugin name with gpm-plugin-{name}

Rewrite with Typescript

I'm submitting a ... (check one with "x")

  • bug report => search github for a similar issue or PR before submitting
  • feature request
  • support request

Current behavior

Expected behavior

More detail

Please tell us about your environment:

不能添加相同源的项目

I'm submitting a ... (check one with "x")

[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request

Current behavior

不能添加相同源的项目
比如:

gpm add https://github.com/gpmer/gpm.js.git
gpm add https://github.com/gpmer/gpm.js.git --name test

会生成这样的目录

--github
  --gpmer
    -- gpm.js
    -- test

但是在注册标里面,只有映射到test,第一个add的,被覆盖了。
因为是以json形式打印出来的,key则是根据git的项目名称。key相同了,只能有一个存在

后续会解决这个问题
Expected behavior

Please tell us about your environment:

node:     v6.10.0
gpm:      5.3.0
arch:     x64
os:       Linux 4.4.0-65-generic
platform: linux

make it testable

I'm submitting a ... (check one with "x")

  • bug report => search github for a similar issue or PR before submitting
  • feature request
  • support request

Current behavior

no any test case. commands are not testable

Expected behavior

it should mock file system or create then temp dir only for test.
processing...

support i18n message

I'm submitting a ... (check one with "x")

  • bug report => search github for a similar issue or PR before submitting
  • feature request
  • support request

more command support plugin

I'm submitting a ... (check one with "x")

  • bug report => search github for a similar issue or PR before submitting
  • feature request
  • support request

More detail

more command support plugin.

  1. List

plugin support transform output

Not support plugin in Windows

I'm submitting a ... (check one with "x")

  • bug report => search github for a similar issue or PR before submitting
  • feature request
  • support request

Current behavior

Expected behavior

More detail

Please tell us about your environment:

node:     v6.10.0
gpm:      6.3.3
arch:     x64
os:       Windows_NT 10.0.14393
platform: win32

win10系统 添加项目失败

I'm submitting a ... (check one with "x")

  • [x ] bug report => search github for a similar issue or PR before submitting
  • feature request
  • support request

Current behavior

Expected behavior

More detail

Please tell us about your environment:

node:     v10.11.0
gpmx:     x.x.x
arch:     64位
os:       xxxxxxxxxxx
platform: win10

在vscode使用gpm插件时,添加一个较大的项目时报错了,如下
image

添加的几个小项目都正常的


另外有空的话,希望可以加一个 右键打开文件夹位置。 目前右键只支持 (复制路径):smirk:

support multi plugin work together

I'm submitting a ... (check one with "x")

  • bug report => search github for a similar issue or PR before submitting
  • feature request
  • support request

example:

gpm add https:xxxxx.git -p npmi, clear

Version 10 of node.js has been released

Version 10 of Node.js (code name Dubnium) has been released! 🎊

To see what happens to your code in Node.js 10, Greenkeeper has created a branch with the following changes:

  • Added the new Node.js version to your .travis.yml
  • The new Node.js version is in-range for the engines in 1 of your package.json files, so that was left alone

If you’re interested in upgrading this repo to Node.js 10, you can open a PR with these changes. Please note that this issue is just intended as a friendly reminder and the PR as a possible starting point for getting your code running on Node.js 10.

More information on this issue

Greenkeeper has checked the engines key in any package.json file, the .nvmrc file, and the .travis.yml file, if present.

  • engines was only updated if it defined a single version, not a range.
  • .nvmrc was updated to Node.js 10
  • .travis.yml was only changed if there was a root-level node_js that didn’t already include Node.js 10, such as node or lts/*. In this case, the new version was appended to the list. We didn’t touch job or matrix configurations because these tend to be quite specific and complex, and it’s difficult to infer what the intentions were.

For many simpler .travis.yml configurations, this PR should suffice as-is, but depending on what you’re doing it may require additional work or may not be applicable at all. We’re also aware that you may have good reasons to not update to Node.js 10, which is why this was sent as an issue and not a pull request. Feel free to delete it without comment, I’m a humble robot and won’t feel rejected 🤖


FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.