All Projects โ†’ MatteoGabriele โ†’ create-npm-package

MatteoGabriele / create-npm-package

Licence: other
Creates an npm package boilerplate that you don't have to write again ๐Ÿ“ฆ

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to create-npm-package

golib
Golang packages used in frp and fft.
Stars: โœญ 43 (+104.76%)
Mutual labels:  package
ReplAPI.it-NodeJS
[DEPRECIATED] ๐™€๐™ซ๐™š๐™ง๐™ฎ๐™ฉ๐™๐™ž๐™ฃ๐™œ ๐™๐™š๐™ฅ๐™ก๐™ž๐™ฉ, ๐™–๐™ก๐™ก ๐™–๐™ฉ ๐™ฎ๐™ค๐™ช๐™ง ๐™™๐™ž๐™จ๐™ฅ๐™ค๐™จ๐™–๐™ก. This is the single most extensive Replit package, allowing you to access various parts of the site with just a few classes and methods. Maintained by @RayhanADev.
Stars: โœญ 32 (+52.38%)
Mutual labels:  package
get-installed-path
Get locally or globally installation path of given package name.
Stars: โœญ 39 (+85.71%)
Mutual labels:  package
badgecreatr
Quickly place relevant badges at the top of your readme, stop copy pasting, start on your project
Stars: โœญ 61 (+190.48%)
Mutual labels:  package
cookiecutter-pypackage
A cookiecutter template for Python package with heavy use of Github actions
Stars: โœญ 19 (-9.52%)
Mutual labels:  package
Arch-Data-Science
Archlinux PKGBUILDs for Data Science, Machine Learning, Deep Learning, NLP and Computer Vision
Stars: โœญ 92 (+338.1%)
Mutual labels:  package
react-native-value-picker
Cross-Platform iOS(ish) style picker for react native.
Stars: โœญ 18 (-14.29%)
Mutual labels:  package
laravel-any
๐Ÿ“ Laravel collection macro that determine if `any` item from the collection passes the given truth test.
Stars: โœญ 38 (+80.95%)
Mutual labels:  package
normalize-pkg
Normalize values in package.json to improve compatibility, programmatic readability and usefulness with third party libs.
Stars: โœญ 18 (-14.29%)
Mutual labels:  package
sound field analysis-py
Analyze, visualize and process sound field data recorded by spherical microphone arrays.
Stars: โœญ 61 (+190.48%)
Mutual labels:  package
angular-package-builder
[DEPRECATED] Packages your Angular 4+ library based on the Angular Package Format.
Stars: โœญ 25 (+19.05%)
Mutual labels:  package
LiteOTP
Multi OTP Spam Amp/Paralell threads
Stars: โœญ 50 (+138.1%)
Mutual labels:  package
action-autotag
Automatically generate a new tag when the manifest file (package.json, Dockerfile, custom file, etc) version changes.
Stars: โœญ 45 (+114.29%)
Mutual labels:  package
channelHelper
ๅŸบไบŽwalleๅทฅๅ…ท็š„ๅคšๆธ ้“ๆ‰“ๅŒ…่„šๆœฌ
Stars: โœญ 35 (+66.67%)
Mutual labels:  package
Ragnarok
Virus Package ( For Educational Purposes )
Stars: โœญ 23 (+9.52%)
Mutual labels:  package
multi-cursor
๐ŸŽ‰
Stars: โœญ 44 (+109.52%)
Mutual labels:  package
react-double-marquee
A React marquee component that smoothly loops content.
Stars: โœญ 24 (+14.29%)
Mutual labels:  package
menu button
Flutter plugin to display a popup menu button widget with handsome design and easy to use.
Stars: โœญ 64 (+204.76%)
Mutual labels:  package
grammarly
Grammarly API interface
Stars: โœญ 87 (+314.29%)
Mutual labels:  package
pidesktop
Collected files, drivers and documentation for the pidesktop case
Stars: โœญ 26 (+23.81%)
Mutual labels:  package

npm version npm

create-npm-package

Creates an npm package boilerplate that you don't have to write again.

alt tag

Install

$ npm install -g create-npm-package

Usage

Create new package

$ create-npm-package my-package

Skip the npm name check

The existance of the package name is checked automatically, but you can skip it!

$ create-npm-package my-package --skip-check

Skip git initialization

Git is initialized on package creation, but you can skip it!

$ create-npm-package my-package --skip-git

Use Yarn to install dependencies

$ create-npm-package my-package --yarn

Git configuration

To be able to grab your git global data and add them to the package.json automatically, you need to

$ git config --global user.name 'your name'
$ git config --global user.email 'your@email'

and if you want to add also the repository url, just run

$ git config --global user.url 'https://github.com/your_account_name'

Issues and features requests

Please drop an issue, if you find something that doesn't work, or a feature request at https://github.com/MatteoGabriele/create-npm-package/issues

Follow me on twitter @matteo_gabriele

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].