2.0.0 • Published 6 months ago

@uplift-ltd/create-nexus-package v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@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