1.6.1 • Published 7 years ago
@ahmadnassri/create v1.6.1
NPM Library Initializer
an opinionated npm package initializer
Requirements
npm >= 6.xnode >= 8.*
Usage
npm init @ahmadnassriHow 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