mazey-npm-template
Mazey NPM template description.
Install
Use mazey-npm-template via npm.
npm install mazey-npm-template --save
Usage
Foo foo foo example.
import { foo } from 'mazey-npm-template';
foo(); // true
Bar bar bar example.
import { bar } from 'mazey-npm-template';
bar(); // false
Contributing
# Install
npm i
# Serve
npm run dev
# Build
npm run build
# Document
npm run docs
# Test
npm run test
License
This software is released under the terms of the MIT license.