Skip to content

siimaoo/gitlabci-generator

Repository files navigation

EN PT-BR

CI Generator

CI Generator is a project that generate a file gitlab-ci.yml to your repository (gitlab) This project it’s being built with:

  • Node.js
  • Express
  • Sucrase
  • Vue.js

Attention

To run this project it is necessary node.js, yam or npm in your instance

Installing dependencies

in the root of the project

yarn && yarn dev

or

npm i && npm run dev

then

cd public/

and run again

yarn && yarn serve

or

npm i && npm run serve

After the server starts, just go to http://localhost:8080

Contributions

New issues, features ideas, pull requests are welcome :) How to contribute:

  1. Make a fork in the project
  2. Create your own feature branch (git checkout -b feature/yourfeature)
  3. Commit what you added (git commit -m 'I added that thing')
  4. Make the push for your branch (git push origin feature/yourfeature)
  5. Open a pull request

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published