Socket
Socket
Sign inDemoInstall

create-npm-pkg

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    create-npm-pkg

Create npm package and git repo. + travis-ci


Version published
Maintainers
1
Created

Readme

Source

create-npm-pkg Build Status

Create npm package and git repo. + travis-ci. JS framework and library kind agnostic.

create-npm-pkg is like a create-react-app but for fast creating new super awesome npm packages.

Installation

#### GitHub CLIent about: http://hub.github.com
brew install hub

#### Your GitHub Login
echo YOUR_GH_LOGIN > ~/.gh-user

#### TravisCI CLIent
gem install travis -v 1.8.8 --no-rdoc --no-ri
travis login

#### Install
yarn global add create-npm-pkg

Usage

First time, hub (gh client) will ask you login & password for generating a token (password wont be stored)

create-npm-pkg my-awesome-package 'super awesome killer package'
create-npm-pkg output

Todo

  • Simplify installation
  • Rewrite to js
  • remove dependencies (hub, travis.rb)
  • Write tests
  • Add another helpers (update-npm-title, bump-npm-version, etc)
  • Add test framefork selector (ava, jest, _____)
  • Add complete message
  • Install yarn automatically
  • Create src dir and another boilerplate files
  • gh + npm tags
  • npm name check
  • merge with create-npm-package?. create-npm-package is focusing on local bootstraping only.
  • embed https://runkit.com/ iframe or add link to readme.md

Pull requests are welcome 👋

FAQs

Last updated on 04 Sep 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc