gitlab-issues-creator
v2.0.0
Published
[](https://gitlab.com/gitlab-issues-creator/gitlab-issues-creator/-/commits/master) [
- Create much more useful templates to create issues programmatically
- Automatically assign labels etc to issues even if users don't have rights to do that: issue can be created using user's oAuth token, then it's being edited using your token
- Make API calls to Gitlab with a nice format and Typescript support
- A little more, see
Usagesection of docs
Notice
You will get much better experience using Typescript. Methods frequently has so many options easy to break, Typescript will provide you great validation for all of this.
Package uses got library to make requests. It has bad default errors messages IMO, you can enable debug mode or take
a look on src/classes/debug.class.ts
Documentation
Installation
npm i --save gitlab-issues-creator
or
yarn add gitlab-issues-creator
