sharer-cli

v1.0.2
Share a folder or file from the command line

start

nodemon --watch 'src/**/*.ts' --exec 'ts-node --files' src/index.ts

build:js

babel src --out-dir lib --extensions ".js,.ts,.tsx" --source-maps inline

build

tsc -p .

clean

rm -rf node_modules && rm -rf lib

publish

npm run clean && npm install && npm run build:js && npm publish

Metadata

  • MIT
  • Whatever
  • Sondre Hjetland
  • released 6/26/2020

Downloads

Maintainers