npm-pack-builder
v2.0.0
Published
Template package for build any npm packages
Downloads
3
Readme
Available utility functions
isBoolean(),
isArray(),
isFunction(),
isNullOrUndefined(),
isObject(),
isPrimitive(),
isRegex(),
isString()
Also package contain types for TypeScript, you don't need install additional types or use any
annotation
Great platform for make npm packages
It is included:
- All code on Typescript
- Full configuration for Jest
- Pre-commits
- Lint
- Pullup config for all platforms
Dependency installation
The key thing you will need before getting started is NodeJS itself. You can follow the steps below to set everything up (if you have done some of these already, skip to the next step where appropriate):
- Download and install NodeJS here for your operating system (e.g. Windows, Linux, macOS etc).
- Make sure you now have NodeJS and NPM install by running the following commands in your command-line application of choice to check their versions:
Node: node -v
NPM: npm -v
If you received a version number as a response to each of those commands then you have everything you need to get started.
Resources
There are many resources used within this project and you can dive deep into why they exist and how to get the most out of them by visiting their dedicated documentation and training resources online: