0.1.2 • Published 7 years ago

dsafio v0.1.2

Weekly downloads
8
License
-
Repository
-
Last release
7 years ago

Dsafio 🤘

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 JavaScript Standard Style.

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago