You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it's safe to say that the prevailing convention that scaffolding applications with CLIs that are packaged as NPM modules use the command "init" for initialization.
This is purely an aesthetic/convention issue.
I think it's safe to say that the prevailing convention that scaffolding applications with CLIs that are packaged as NPM modules use the command "init" for initialization.
Using the command...
...just feels less node-like than using...
:-)