Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 437 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 437 Bytes

Writeme Core

A readme generator

Installation

npm install --save-dev @writeme/[email protected]

or

yarn add --dev @writeme/[email protected]

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