Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/GianlucaGuarini/es6-project-starter-kit
/ functions
Functions
9 in github.com/GianlucaGuarini/es6-project-starter-kit
⨍
Functions
9
◇
Types & classes
2
↓ 1 callers
Function
runOnlyOn
(event)
tasks/watch.js:21
Function
clean
* Delete synchronously any folder or file * @param { String } path - path to clean
tasks/_utils.js:115
Method
constructor
(name = 'Dear Coder', text = 'hi there')
src/index.js:7
Function
exec
* Run any system command * @param { String } command - command to execute * @param { Array } args - command arguments * @param { Obj
tasks/_utils.js:56
Function
extend
* Simple object extend function * @param { Object } obj1 - destination * @param { Object } obj2 - source * @returns { Object } - de
tasks/_utils.js:41
Function
listFiles
* Read all the files crawling starting from a certain folder path * @param { String } path directory path * @param { bool } mustDelete del
tasks/_utils.js:90
Method
message
()
src/index.js:11
Function
optionsToArray
* Convert an options object into a valid arguments array for the child_process.spawn method * from: * var options = { * foo: 'hel
tasks/_utils.js:24
Function
print
* Log messages in the terminal using custom colors * @param { String } msg - message to output * @param { String } type - message type to
tasks/_utils.js:124