1.0.2 • Published 4 years ago

ambil-cli v1.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

Ambil CLI

CLI Application to download default config file

Install

npm install -g ambil-cli

Help

ambil --help
ambil <cmd> [args]

Commands:
  ambil get [name]  Get config file
  ambil list        Show all config list

Options:
  --version  Show version number  [boolean]
  --help     Show help            [boolean]

Basic Usage

Show all configs

ambil list
┌───────────┬───────────────┐
│ Name      │ Filename      │
├───────────┼───────────────┤
│ gitignore │ .gitignore    │
├───────────┼───────────────┤
│ tsconfig  │ tsconfig.json │
├───────────┼───────────────┤
│ gitkeep   │ .gitkeep      │
├───────────┼───────────────┤
│ prettier  │ .prettierrc   │
├───────────┼───────────────┤
│ pysetup   │ setup.cfg     │
└───────────┴───────────────┘

Download

Example download tsconfig.json

ambil get tsconfig