nexus

Writeme Core

A readme generator

Installation

npm install --save-dev @writeme/core@3.1.4-0

or

yarn add --dev @writeme/core@3.1.4-0

Examples

import writeme from '@writeme/core';
// Point to where the directory where the package.json and writeme.config.js files are
writeme(__dirname);

This documentation was generated using writeme