aube init
- Usage:
aube init [FLAGS]
Create a package.json in the current directory
Flags
--bare
Create a package.json with only the bare minimum of required fields
--init-package-manager
Pin the project to the current aube version by adding a packageManager field to package.json
--init-type <commonjs|module>
Set the module system for the package. Defaults to commonjs
Choices:
commonjsmodule