All Projects β†’ dsafio β†’ Dsafio

dsafio / Dsafio

Licence: mit
Practicing tool for coders πŸ‘©β€πŸ’»πŸ€–πŸ‘¨β€πŸ’»πŸ’₯πŸš€

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Dsafio

Yarpm
CLI tool to run npm scripts with either npm or yarn, depending on how it was started
Stars: ✭ 13 (-13.33%)
Mutual labels:  cli
Xcbt
βŒ›οΈxcbt shows Xcode build time of a specified project.
Stars: ✭ 14 (-6.67%)
Mutual labels:  cli
Weather
Weather via the command line.
Stars: ✭ 881 (+5773.33%)
Mutual labels:  cli
Vdirsyncer
πŸ“‡ Synchronize calendars and contacts.
Stars: ✭ 872 (+5713.33%)
Mutual labels:  cli
Xsv
A fast CSV command line toolkit written in Rust.
Stars: ✭ 7,831 (+52106.67%)
Mutual labels:  cli
Unused
Deprecated; see https://github.com/unused-code/unused
Stars: ✭ 879 (+5760%)
Mutual labels:  cli
Kosi
γ‚ΏγƒΌγƒŸγƒŠγƒ«γ‚’γƒ—γƒͺγ‚±γƒΌγ‚·γƒ§γƒ³η”¨θ‘¨γƒ•γ‚©γƒΌγƒžγƒƒγƒˆγ‚΅γƒγƒΌγƒˆγƒ„γƒΌγƒ«γ€‚ζ Όε­γ€‚
Stars: ✭ 12 (-20%)
Mutual labels:  cli
Cht.exe
cht.sh libcurl client for windows XP+ with changed colorization
Stars: ✭ 15 (+0%)
Mutual labels:  cli
Jabbar
Find out who is interested in your GitHub Code
Stars: ✭ 14 (-6.67%)
Mutual labels:  cli
Radian
A 21 century R console
Stars: ✭ 878 (+5753.33%)
Mutual labels:  cli
Curlie
The power of curl, the ease of use of httpie.
Stars: ✭ 877 (+5746.67%)
Mutual labels:  cli
Vercel
Develop. Preview. Ship.
Stars: ✭ 8,015 (+53333.33%)
Mutual labels:  cli
Swiftinfo
πŸ“Š Extract and analyze the evolution of an iOS app's code.
Stars: ✭ 880 (+5766.67%)
Mutual labels:  cli
Kafkatools
CLI tools for monitoring and managing Apache Kafka
Stars: ✭ 13 (-13.33%)
Mutual labels:  cli
Create Ava
Add AVA to your project
Stars: ✭ 14 (-6.67%)
Mutual labels:  cli
Samples Viewer Generator
πŸŽ‰ A CLI utility tool to generate web app of data visualization samples for presentation purpose
Stars: ✭ 13 (-13.33%)
Mutual labels:  cli
Executor
Watch for file changes and then execute command. Very nice for test driven development.
Stars: ✭ 14 (-6.67%)
Mutual labels:  cli
Oval
oval: CLI for (O)penAPI Specification document (val)idation.
Stars: ✭ 15 (+0%)
Mutual labels:  cli
Ecsctl
Command-line tool for managing AWS Elastic Container Service and Projects to run on it.
Stars: ✭ 15 (+0%)
Mutual labels:  cli
Start Server And Test
Starts server, waits for URL, then runs test command; when the tests end, shuts down server
Stars: ✭ 879 (+5760%)
Mutual labels:  cli

Dsafio 🀘

Travis CI Snyk Greenkeeper

Practicing tool for coders.

Up and Running πŸƒ

It's a commander powered Node.js CLI.

Requirements

You need Node.js to run the CLI. We recommend Node Version Manager to manage your Node.js environment.

Install the CLI

npm install -g dsafio

Contributing πŸ‘·

Development environment

Depending on how is your $PATH, you might need to uninstall dsafio as global:

npm uninstall -g dsafio

It's a typical Node.js project. Dependencies are managed via npm:

npm install

Now, just link the development executables:

npm link

dsafio command should now be available in your shell.

Contribution workflow

There are steps that you need to take before being able to start to contribute:

  1. Fork the repository (if you haven't yet)
  2. Clone your fork in your local machine

Then:

  1. Find an issue to work on in our issue tracker
    If it's a new bug or feature, create a new one and describe it in detail
  2. Create a new branch to work on
    git checkout -b user-page-not-loading
  3. Commit your work
    One commit per contribution (use git commit --amend)
  4. Open a pull request and go through the review process
  5. Get your contribution accepted

Testing βœ…

npm test

Style Guide 🌷

We use Prettier.

License πŸ“„

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].