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

anodra

v1.0.5

Published

A CLI tool for creating projects with different templates and libraries.

Downloads

3

Readme

Anodra

anodra is a command-line interface tool designed to simplify the creation and management of projects. It supports setting up new projects with React or Next.js and installing popular UI libraries. Additionally, it provides information about the developer.

Table of Contents

Installation

To install anodra, follow these steps:

Install global:

npm install -g anodra 

Usage

You can use the anodra tool by running commands in your terminal.

Commands

welcome - Displays a welcome message.

    anodra welcome

create <projectName> - Creates a new project interactively. You will be prompted to choose the type of project and additional configurations.

    anodra create <projectName>

Options

  • <projectName> : The name of the project you want to create.

Interactive Prompts:

0. Type of Project:

  • react
  • next

1. Type of Project language:

  • Javascript
  • Typscript

2. If react is selected:

  • UI library
    • MUI Design
    • Bootstrap
    • Ant Design
    • Tailwind CSS
    • None

info - Displays information about the developer.

    anodra info

Output:


CLI Information
Name: anodra-cli
Version: 1.0.5
Description: A command-line tool to create and manage projects interactively.

Developer Information
Name: Dinmuhammad Yagafarov
Email: [email protected]
GitHub: https://github.com/yagafarov
Telegram: https://t.me/codewithdin
Bio: Full-stack developer with experience in React, Node.js, and more.

help - For more information on how to use anodra, you can always run:

    anodra --help

Explanation:

  • Installation: Provides instructions on how to install the CLI tool globally.
  • Usage: Details how to use the CLI, including descriptions of available commands and their usage.
  • Commands: Lists and explains the commands available in your CLI tool.
  • Help: Provides a way to access help information from within the CLI.

You can adjust the content based on your CLI tool’s features and the specific details of your project.