npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

osom-cli

v2.0.3

Published

An awesome command line interface, for blazing fast project initialization

Downloads

26

Readme

OSOM CLI! · license-badge npm PRs Welcome

Tired of all the commands I had to write to create a new project and connect it to a new repo, I thought about a solution in the form a "personal cli". And because open source is osom, everyone else can have it an tweak it and whatever you want to do with it.

:dart: Purpose

For now the only thing osom-cli is able to do it to initialize your current working directory as a git repository, create a remote repo and link them together. Osom cli does all the first fetching, pulling/rebase, commit of a new born repository and leaves it ready for you to start working on a fresh new project.

Prerequisites

No prerequisites for installation

:wrench: Installing

Install it with your preffered package manager

npm:

npm install -g osom-cli

yarn:

yarn global add osom-cli

or use it one time with npx:

npx osom-cli osom

Usage

OSOM-CLI uses the Github API to create a remote repository, so a Github Personal Access Token is needed in order to be authorized.

# Go to your preffered directory
mkdir project-name && cd project-name

# Create an .env file and add your Github Personal Access Token. Look at the documentation on personal access tokens provided above.
echo 'GITHUB_PERSONAL_ACCESS_TOKEN=' > .env

# Call osom cli
osom

# Follow de instruction
# 1. Choose a name for your repo
# 2. Write a description (optional)
# 3. Choose if you wan't the repository to be private
# 4. Choose a license for your project
# 5. Enter your username
# 6. Enter your gihtub password. **Enter your Github Personal Access Token here**
# 7. Start working. Enjoy your project.

:open_hands: Contributing

If you would like to contribute please fork this repository. Be my guest to contribute with pull requests or participating on any issue. I'm all into open source so any pull request is much appreciated

If you don't know how to contribute to open source I leave you this link with a medium post written by someone else that walks you through open source github contributions.

:car: Roadmap

|   | Objective | Status | | ----------- | ---------------------- | ------- | | :hourglass: | Continous Delivery | Pending | | :hourglass: | Semantic Versioning | Pending | | :hourglass: | Create react project | Pending | | :hourglass: | Create angular project | Pending | | :hourglass: | Create vue project | Pending |

:eyes: Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details