FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
atom/script/clean at master · tmiland-lab/atom · GitHub
tmiland-lab
/
atom
Public
forked from
atom/atom
Notifications
You must be signed in to change notification settings
Fork
2
Star
0
Code
Issues
1
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
atom
/
script
/
clean
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
13 lines (10 loc) · 379 Bytes
Breadcrumbs
atom
/
script
/
clean
Copy path
File metadata and controls
executable file
·
13 lines (10 loc) · 379 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
#!/usr/bin/env node
'use strict'
const
cleanCaches
=
require
(
'./lib/clean-caches'
)
const
cleanDependencies
=
require
(
'./lib/clean-dependencies'
)
const
cleanOutputDirectory
=
require
(
'./lib/clean-output-directory'
)
const
killRunningAtomInstances
=
require
(
'./lib/kill-running-atom-instances'
)
killRunningAtomInstances
(
)
cleanDependencies
(
)
cleanCaches
(
)
cleanOutputDirectory
(
)
Back
|
FazBrowse Home
|
New Git URL