FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
node-gitlab/Makefile at master · moul/node-gitlab · GitHub
This repository was archived by the owner on Oct 24, 2019. It is now read-only.
moul
/
node-gitlab
Public archive
Notifications
You must be signed in to change notification settings
Fork
137
Star
466
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
node-gitlab
/
Makefile
Copy path
More file actions
More file actions
Latest commit
History
History
History
27 lines (20 loc) · 421 Bytes
Breadcrumbs
node-gitlab
/
Makefile
Copy path
File metadata and controls
27 lines (20 loc) · 421 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
PACKAGE_VERSION
=
$(
shell
node -e 'console.log(require("./package.json")
.version);')
develop
:
npm install
npm install -g coffee-script
build
:
cake build
watch
:
cake watch
doc
:
npm install docco
./node_modules/docco/bin/docco
$(
shell
find src -name "
*
.coffee")
tag
:
git commit -am
"
v
$(
PACKAGE_VERSION
)
"
git tag v
$(
PACKAGE_VERSION
)
git push
git push --tags
test
: build
npm
test
release
: test
npm publish
Back
|
FazBrowse Home
|
New Git URL