README
NPM Library Initializer
an opinionated npm package initializer
Requirements
npm >= 6.xnode >= 8.*
Usage
npm init @ahmadnassri
How does this work?
npm init <initializer>can be used to set up a new or existing npm package.
initializerin this case is an npm package namedcreate-<initializer>, which will be installed bynpx, and then have its main bin executed -- presumably creating or updatingpackage.jsonand running any other initialization-related operations.
— Source:docs.npmjs.com
Author: Ahmad Nassri • Github: @ahmadnassri • Twitter: @AhmadNassri