FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
angular-cli/bin/ng at master · feicc/angular-cli · GitHub
feicc
/
angular-cli
Public
forked from
angular/angular-cli
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
92
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
angular-cli
/
bin
/
ng
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
8 lines (6 loc) · 189 Bytes
Breadcrumbs
angular-cli
/
bin
/
ng
Copy path
File metadata and controls
executable file
·
8 lines (6 loc) · 189 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
#!/usr/bin/env node
'use strict'
;
// Provide a title to the process in `ps`
process
.
title
=
'@angular/cli'
;
require
(
'../lib/bootstrap-local'
)
;
require
(
'../packages/@angular/cli/bin/ng'
)
;
Back
|
FazBrowse Home
|
New Git URL