-
Type:
Improvement
-
Status: Closed
-
Priority:
Medium
-
Resolution: Done
-
Component/s: Package Manager
-
Labels:None
npm init is a quick way to create a Package.json file filled out with enough information to bootstrap a new NodeJS application. I typically start my Swift projects by copying an existing Package.swift and editing, this could be bootstrapped as well with something like swift build init or swift build --create, etc.