Skip to content

jsenv/core

Repository files navigation

@jsenv/core

npm package

Jsenv is a suite of tools that can be used in projects involving JavaScript.

@jsenv/core goal is too provide the following tools:

  1. dev server; a server for source files
  2. build; generate an optimized version of source files into a directory
  3. build server; a server for build files
  4. test runner; execute all test files at once

It favors standards and simplicity.
As a result it can be enjoyed by people without much experience in tooling or seeking for simple tools without hidden complexities.

If you want to try jsenv on your machine, use @jsenv/cli.

Link to documentation

The best parts