0.0.1 • Published 7 years ago

falcon-client-cli v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

falcon-cli

TODOS:

  1. Use a node CLI library like commander.js
  2. Leverage webpack code stripping + optimizations, use target: 'node'
  3. Take outputted bundle and pass it to pkg, target node 8
  4. When packaging falcon, download falcon-cli and include it in the packaged app
  5. Publish npm module (optional)

Spec

# Update falcon and falcon-cli
falcon update

# Open file in falcon
falcon example.db falcon.sqlite

# Open falcon app
falcon

# Help
falcon --help
# ⚠️ Falcon comes with a version of `falcon-cli`.
# Only install using npm if you want to test the latest version
npm install -g falcon-client-cli