Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2019-09-24Add binstubs for nanoc, rake, and scss-lintAchilleas Pipinellis
Add common commands to ./bin/ so that we don't have to prefix with "bundle exec". For example, you can now alternatively use: ```sh ./bin/nanoc ``` Created with: ```sh bundle bin <name> ```