@ahmadnassri/create

an opinionated npm package template

Usage no npm install needed!

<script type="module">
  import ahmadnassriCreate from 'https://cdn.skypack.dev/@ahmadnassri/create';
</script>

README

NPM Library Initializer

License version Build Status

an opinionated npm package initializer

Requirements

  • npm >= 6.x
  • node >= 8.*

Usage

npm init @ahmadnassri

How does this work?

npm init <initializer> can be used to set up a new or existing npm package.
initializer in this case is an npm package named create-<initializer>, which will be installed by npx, and then have its main bin executed -- presumably creating or updating package.json and running any other initialization-related operations.
— Source: docs.npmjs.com


Author: Ahmad Nassri • Github: @ahmadnassri • Twitter: @AhmadNassri