0.0.43 • Published 3 years ago
@ortros/stoux-lib v0.0.43
microbundle-ts-pkg: A TypeScript npm package skeleton/starter project with microbundle, node:test and prettier
Comes with:
- SAMPLE_README.md and USE_CASES.md for documentation.
- built-in node:testrunner for testing (see ./tests)
- prettier for formatting
- microbundle for compiling TypeScript to UMD, ESM, CJS
Requirements
- Node 18 (to run this repository, due to node:testusage)
- npm v7+
Setup
- Clone the repository
- Run npm installinstalls all required dependencies.
- Run npm run buildto build from TypeScript to common JavaScript distribution formats.
- Run npm testto run all tests.
npm scripts
- npm run testrun tests against built output with Node.js' native- node:testmodule. Important: runs against build output so run- npm run buildbeforehand.
- npm run buildrun build from TypeScript to UMD, CJS, ESM with microbundle
- npm run watchruns build in watch mode with microbundle
- npm run lintwill ensure all of the files are prettier-formatted
- npm run formatwill run prettier formatting option on all the examples files (and tests).
- npm run release, run clean, production build and release with- np.
About
This package is maintained by Hugo from Code with Hugo and Alpine.js Weekly.
Acknowledgments
Special thanks to:
- The developers behind
LICENSE
Code is licensed under the MIT License.
0.0.40
3 years ago
0.0.41
3 years ago
0.0.42
3 years ago
0.0.43
3 years ago
0.0.39
3 years ago
0.0.23
3 years ago
0.0.24
3 years ago
0.0.25
3 years ago
0.0.37
3 years ago
0.0.38
3 years ago
0.0.30
3 years ago
0.0.31
3 years ago
0.0.32
3 years ago
0.0.33
3 years ago
0.0.34
3 years ago
0.0.35
3 years ago
0.0.36
3 years ago
0.0.26
3 years ago
0.0.27
3 years ago
0.0.28
3 years ago
0.0.29
3 years ago
0.0.22
3 years ago
0.0.21
3 years ago
0.0.20
3 years ago
0.0.19
3 years ago
0.0.18
3 years ago
0.0.17
3 years ago
0.0.16
3 years ago
0.0.15
3 years ago
0.0.14
3 years ago
0.0.13
3 years ago
0.0.12
3 years ago
0.0.11
3 years ago
0.0.10
3 years ago
0.0.9
3 years ago
0.0.8
3 years ago
0.0.7
3 years ago
0.0.6
3 years ago
0.0.5
3 years ago
0.0.4
3 years ago
0.0.3
3 years ago
0.0.2
3 years ago
0.0.1
3 years ago