https://github.com/stanislavt/atbmarket
:tada: JUST FOR FUN :: npm package of ATB plastic bag
https://github.com/stanislavt/atbmarket
cli npm project-assembling
Last synced: about 2 months ago
JSON representation
:tada: JUST FOR FUN :: npm package of ATB plastic bag
- Host: GitHub
- URL: https://github.com/stanislavt/atbmarket
- Owner: stanislavt
- License: mit
- Created: 2016-11-21T11:17:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-30T18:23:29.000Z (almost 6 years ago)
- Last Synced: 2024-07-24T02:59:43.739Z (10 months ago)
- Topics: cli, npm, project-assembling
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 125
- Watchers: 5
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ATB Plastic bag

ATB Plastic Bag likes to travel around the world and take a lot of photos. The next photo will be taken in your project. So, how to do it:
## Installation:```
npm install atbmarket -g
```## Add to your entry JS script:
```
const Provision = require('atbmarket');const bag = new Provision();
bag.draw() // Draw the bag in terminal
bag.caption() // Show a caption in terminal
bag.chalk() // Show both bag and caption in terminal
```## Or just run it in terminal:
`atbmarket` draws plastic bag in terminal.
`atbmarket --help` shows more details.
### Options:
```
-V, --version output the version number
-S, --size Choose size (default: medium)
--no-colorized [value] Is supposed to be not colorized?
-h, --help output usage information
```Enjoy and show ATB the world of your production!