In1t CLI
This tool was desinged to initially rely on Mantra CLI for working with
meteor apps, but will gradually unplug it entirely.
Why?
The main goal behind creating this tool is to provide a more robust and flexible
way to work with Meteor apps only using this tool, for all of your meteor development
tasks.
Currently Mantra CLI is limited on it's functionality, and the rest of functionalities
that I want to add can't be just forked and PRed, simply because it's a lot more
than what was intented to be added inside Mantra CLI.
Automation:
The goal of building this package is automation.
- Automate new project creation.
- Automate adding default/base modules/packages.
- Automate adding default ESLint roles
- Automate git tasks like push, sync, pr, ..etc
- Automate deployment to a VM, docker container, a swarm cluster, or kubernetes.
- Automate your PM2 scripts.
- ... etc
All of the above, while still maintaining ability to configure everything,
to the deepest detail if necessary.
Usage:
As of 0.1.3
Usage:
in1t [OPTIONS] <command> [ARGS]
Options:
-n, --name [STRING] Application name (Default is in1t_app)
-p, --port [NUMBER] Specify app port (Default is 3000)
-db, --database [STRING]Database URL (Default is mongodb://127.0.0.1:27017/adreeb)
-met, --method STING Method name
-col, --collection STINGCollection name
-pub, --publication STINGPublication name
-h, --help Display help and usage details
Commands:
new Create new app/method/collection/publication
run Run in development mode
lint Lint the app using Eslint, create configs if
necessary
push Push current branch to remote
pr Push current branch to remote, and open a new PR
sync Fetch everything, and pull devel on top of current
branch
setup Setup current project with all necessary default
modules/packages
Roadmap:
Release 0.1.3
Release 1.0.0
Release 1.1.0
Release 1.2.0
Release 2.0.0
Release X