This website works better with JavaScript.
Explore
Help
Sign In
inga-lovinde
/
micro-build-server
Watch
1
Star
0
Fork
You've already forked micro-build-server
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
Build server prototype (integration with GitHub / NuGet / etc)
217
Commits
2
Branches
0
Tags
1.3 MiB
TypeScript
75.5%
C#
22%
Pug
2.1%
ASP.NET
0.3%
Tree:
396bcc497e
micro-build-server
/
BuildServer
/
lib
/
tasks
/
noop.js
3 lines
96 B
Raw
Blame
History
"use strict"
;
module
.
exports
=
(
params
,
processor
)
=>
(
{
"process"
:
(
)
=>
processor
.
done
(
)
}
)
;
Reference in new issue
View Git Blame
Copy Permalink