Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dj0nny/travis-config
Generate your .travis.yml via CLI
https://github.com/dj0nny/travis-config
cli cli-app inquirer inquirerjs node-cli nodejs travis yml yml-files
Last synced: about 1 month ago
JSON representation
Generate your .travis.yml via CLI
- Host: GitHub
- URL: https://github.com/dj0nny/travis-config
- Owner: dj0nny
- Created: 2019-07-10T14:58:56.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2022-02-12T09:25:41.000Z (almost 3 years ago)
- Last Synced: 2024-09-30T08:03:42.114Z (about 2 months ago)
- Topics: cli, cli-app, inquirer, inquirerjs, node-cli, nodejs, travis, yml, yml-files
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/travis-config
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# travis-config
[![npm version](https://badge.fury.io/js/travis-config.svg)](https://badge.fury.io/js/travis-config)
![npm](https://img.shields.io/npm/dm/travis-config.svg)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/dwyl/esta/issues)> Generate your .travis.yml via CLI
## Getting Started
### Prerequisites
For this project you need [__Node__](https://nodejs.org/en/) installed on your machine with [__Npm__](https://www.npmjs.com/) or [__Yarn__](https://yarnpkg.com)
### Installing
Open a terminal and type, inside the directory:
```bash
npm i -g travis-config
# OR
yarn global add travis-config
```Invoce the CLI using:
```bash
travis-config
```## Built with ❤️ using:
* [Node.js](https://nodejs.org) - JavaScript runtime built on Chrome's V8 JavaScript engine.
* [Inquirer.js](https://github.com/SBoudrias/Inquirer.js/) - A collection of common interactive command line user interfaces.
* [js-yaml](https://github.com/nodeca/js-yaml/) - JavaScript YAML parser and dumper.## Contributing
Pull Requests for adding features ⇄ and ★ are welcome 😎