makenskiy / webpack-library-starter

Boilerplate for creat js libs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ThisNameLibrary

Desc your lib

Feature

  • Example

Install

npm i __ThisNameLibrary__

// or
yarn add __ThisNameLibrary__

Params setting

Name Type Required Description
property Boolean No Description

Include you project

Example return

// return

Documentation

makenskiy.github.io/ThisNameLibrary

Development

Use development tools

Install

git clone https://github.com/makenskiy/__ThisNameLibrary__.git && cd __ThisNameLibrary__ && npm i

Run dev

npm run dev

Run build

npm run build

Run test

// Build mode
npm run unit:single

// Dev mode
npm run unit:watch

Generate documentation

npm run jsdoc

About

Boilerplate for creat js libs

License:MIT License


Languages

Language:JavaScript 72.5%Language:Shell 14.6%Language:HTML 12.9%