Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 386 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 386 Bytes

API Reference

Since this package only consists of a single function to create your projects/package config, the API surface is pretty small.

Top-Level Exports

Importing

This package exports a single function, import it like this:

ES5 (CommonJS)

const createConfig = require('@immowelt/create-config/');