This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

dsafio

0.1.2 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i dsafio

Weekly Downloads

0

Version

0.1.2

License

none

Last publish

Collaborators

  • joeljuca
  • joelwallis