mazey-npm-template
v2.0.1
Published
Mazey's npm template description.
Downloads
6
Maintainers
Readme
⚠️ Note: The project is a template for npm. Please don't use it directly.
mazey-npm-template
Mazey's npm template description.
Install
Use mazey-npm-template via npm.
npm install mazey-npm-template --save
Of course, you can also download this file and serve it yourself. The file locates at the lib/mazey-npm-template.min.js
.
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
Development Environment
Node.js
- v16.19.0
TypeScript
- v5.1.6
Scripts
Install Dependencies:
npm i
Development:
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.