All Projects → JowayYoung → pkg-master

JowayYoung / pkg-master

Licence: MIT license
A management tool for creating and publishing NPM package

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to pkg-master

Publishcommunity Master
仿微博,QQ空间,论坛 ,九宫格图文混排发表说说,动态,帖子
Stars: ✭ 107 (+494.44%)
Mutual labels:  publish
Rabtap
RabbitMQ wire tap and swiss army knife
Stars: ✭ 171 (+850%)
Mutual labels:  publish
extract-xiso
Xbox ISO Creation/Extraction utility. Imported from SourceForge.
Stars: ✭ 358 (+1888.89%)
Mutual labels:  create
Fastdoc
Create publication-quality books from Jupyter notebooks
Stars: ✭ 134 (+644.44%)
Mutual labels:  publish
Clean Publish
Removing configuration files and fields in package.json before publishing to npm
Stars: ✭ 165 (+816.67%)
Mutual labels:  publish
Autoplay
Gradle plugin for publishing Android artifacts to Google Play.
Stars: ✭ 201 (+1016.67%)
Mutual labels:  publish
Bintray Publish
Super easy way to publish your Android and Java artifacts to bintray.
Stars: ✭ 97 (+438.89%)
Mutual labels:  publish
rollit
🌯 Zero config js library bundling using rollup with support for Vue
Stars: ✭ 24 (+33.33%)
Mutual labels:  publish
Semantic Release
📦🚀 Fully automated version management and package publishing
Stars: ✭ 14,364 (+79700%)
Mutual labels:  publish
flutter contests
My entries for the flutter create contests.
Stars: ✭ 36 (+100%)
Mutual labels:  create
Commit Analyzer
💡 semantic-release plugin to analyze commits with conventional-changelog
Stars: ✭ 146 (+711.11%)
Mutual labels:  publish
Photostation Upload Lr Plugin
Photo StatLr (aka PhotoStation Upload) is a Lightroom Publish and Export Service Plugin that enables the export /publishing of photos and videos from Lr to a Synology Photo Station. It uploads the photos/videos and all required thumbnails. It can download comments and ratings and do a real two-way synch of various metadata (tags, ratings, labels).
Stars: ✭ 159 (+783.33%)
Mutual labels:  publish
Elm Package
Command line tool to share Elm libraries
Stars: ✭ 214 (+1088.89%)
Mutual labels:  publish
Release Notes Generator
📋 semantic-release plugin to generate changelog content with conventional-changelog
Stars: ✭ 123 (+583.33%)
Mutual labels:  publish
TokamakPublish
Use Tokamak in your Publish themes.
Stars: ✭ 19 (+5.56%)
Mutual labels:  publish
Npm
🚢 semantic-release plugin to publish a npm package
Stars: ✭ 103 (+472.22%)
Mutual labels:  publish
Jitpack.io
Documentation and issues of https://jitpack.io
Stars: ✭ 2,156 (+11877.78%)
Mutual labels:  publish
can-npm-publish
A command line tool that check to see if `npm publish` is possible.
Stars: ✭ 61 (+238.89%)
Mutual labels:  publish
crud-app
❄️ A simple and beautiful CRUD application built with React.
Stars: ✭ 61 (+238.89%)
Mutual labels:  create
Pkg Ok
👌 Checks paths and scripts defined in package.json before you publish
Stars: ✭ 219 (+1116.67%)
Mutual labels:  publish

Pkg Master

author version node npm test build coverage license

pkg-master是一个集成创建和发布的NPM模块管理工具

安装

npm i -g pkg-master

安装失败

  • 切换NPM镜像为淘宝镜像:npm config set registry https://registry.npm.taobao.org/
  • 重新执行安装命令:npm i -g pkg-master

使用

命令 缩写 功能 描述
pkg-master create pkg-master c 创建模块 生成模块的基础文件
pkg-master publish pkg-master p 发布模块 检测NPM的运行环境账号状态,通过则自动发布模块
  • 推荐使用缩写命令

步骤

  • 执行pkg-master c创建模块,使用交互式问答生成模块的基础文件
  • 执行cd yourPackage进入创建的模块,开发你的模块功能
  • 执行pkg-master p发布模块,若执行步骤出错,请根据提示修复再执行pkg-master p

发布模块

版权

MIT © Joway Young

后记

若觉得pkg-master对你有帮助,可在Issue提出你的宝贵建议,笔者会认真阅读并整合你的建议。喜欢pkg-master的请给一个Star,或Fork本项目到自己的Github上,根据自身需求定制功能。

关注公众号IQ前端,一个专注于CSS/JS开发技巧的前端公众号,更多前端小干货等着你喔

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].