An open API service indexing awesome lists of open source software.

https://github.com/tommy-mitchell/lib-template

Personal `tmplr` template for creating Node.js libraries.
https://github.com/tommy-mitchell/lib-template

Last synced: 2 months ago
JSON representation

Personal `tmplr` template for creating Node.js libraries.

Awesome Lists containing this project

README

        

# lib-template

Personal [`tmplr`](https://github.com/loreanvictor/tmplr) template for creating Node.js libraries.

## Usage

```sh
git init
npx tmplr@latest 'tommy-mitchell/lib-template#v0.7.0'
yarn install
npx dprint config update
```

Run inside of desired installation directory.