This website requires JavaScript.
Explore
Help
Sign in
michael
/
astro
Watch
1
Star
0
Fork
You've already forked astro
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
f7c2a55788
astro
/
astro.mjs
4 lines
75 B
JavaScript
Raw
Normal View
History
Unescape
Escape
initial commit
2021-03-15 17:22:05 +00:00
#!/usr/bin/env node
Add a proper cli
2021-03-15 19:26:23 +00:00
import
{
cli
}
from
'./lib/cli.js'
;
initial commit
2021-03-15 17:22:05 +00:00
Add a proper cli
2021-03-15 19:26:23 +00:00
cli
(
process
.
argv
)
;
Reference in a new issue
Copy permalink