CaoJun
CaoJun
There is a compromise solution: Auto create Users.js (class) by router and create API by decorators. Like Interface-Oriented Programming. Decorators is readable. Example: ```javascript @cls(someNameSpace, orUseFulInfomation) class Users extends BaseService...
This project used babel originally, so there is no problem by using decorator.
I will check it. The temporary solution is: install `nvm`
@stalinkay Fixed and Published 
I will refactor
Please take a look https://github.com/mdsb100/node-gitlab#cli I create a pull-request to node-gitlab. If node-gitlab does not accept it, I will publish myself by using name cli-gitlab.
For now, you can use it locally by `npm link` ```bash git clone cd node-gitlab && npm install npm run build npm link ```
I will refactor
Please take a look https://github.com/mdsb100/node-gitlab#cli I create a pull-request to node-gitlab. If node-gitlab does not accept it, I will publish myself by using name cli-gitlab.
For now, you can use it locally by `npm link` ```bash git clone cd node-gitlab && npm install npm run build npm link ```