@uplift-ltd/create-nexus-package
v2.1.2
Published
Create a new nexus package.
Readme
@uplift-ltd/create-nexus-package
Use this module to create new nexus packages.
Adding a new package
Create a new folder and cd to it.
mkdir packages/my-package && cd "$_"Initialize a new package using the @uplit-ltd/create-nexus-package initializer.
npm init @uplift-ltd/nexus-package