devify

State-of-the-art development setup for JavaScript projects

Usage no npm install needed!

<script type="module">
  import devify from 'https://cdn.skypack.dev/devify';
</script>

README

Devify

State-of-the-art development setup for JavaScript projects

Overview

We believe that developers should be able to focus on development without having to repeat the same setup overhead when creating new projects.

Devify does the heavylifting by automating this process. Easily discover the best recommendations on JS libraries/tools that you should use to achieve maximum productivity.

Features:

  • Step-by-step setup guide: no overwhelming command line arguments
  • Hassle free setup with opinionated preset configuration: no need to compare alternatives of each tool. We make the choice for you
  • Updated with the latest JS development tools: no need for self-sourcing and reading blog reviews of each library. We do that for you

Usage

Install devify as a global package, and run cli:

yarn install -g devify
devify <directory>

Or, npx syntax (requires Node >= 5.0)

npx devify <directory>