0.1.2 • Published 4 years ago

thefirstspine-sharer v0.1.2

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

Sharer

sharer is a simple CLI to add shared assets accross apps using Git submodules. It also add required NPM dependencies in the package.json file of the shared assets.

Installation

npm i thefirstspine-sharer -g

Use

To install the shared asset use:

add-shared [...repository module] ?[--src="./src"]

Options

  • --src - the source directory where the @shared directory should be cloned.

Build

rollup src/main.js --file bin/add-shared.js --banner "#!/usr/bin/env node"

License

Sharer is MIT licensed.

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago