ambil-cli

1.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i ambil-cli

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

15.2 kB

Total Files

14

Last publish

Collaborators

  • mwafa