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

genarot-node-project-generator-cli

v1.0.0

Published

A simple cli node project generator

Downloads

4

Readme

NPM projects generator

This generator will server to create NPM projects with Javasscript and Typescript based on the library projects developed in this course.

Requirements

  • Node 12.13.0
  • NPM => 6.12.0

Install

    npm install -g genarot-node-project-generator-cli

Usage

    npm-project-generator

Contribute

Feel free to contribute to our project

Author

Genaro Tinoco [email protected]

Log Example

[gtinoco@192 ~]$ npm-project-generator
? What type of project are you going to build? npm-ts
? What is the name of the project? my-project
CREATE  /home/gtinoco/my-project/.gitignore (21) bytes
CREATE  /home/gtinoco/my-project/.mocharc.json (214) bytes
CREATE  /home/gtinoco/my-project/README.md (133) bytes
CREATE  /home/gtinoco/my-project/lib/index.ts (62) bytes
CREATE  /home/gtinoco/my-project/package.json (529) bytes
CREATE  /home/gtinoco/my-project/test/test-ts.ts (204) bytes
CREATE  /home/gtinoco/my-project/tsconfig.json (2723) bytes
Installing project dependencies into /home/gtinoco/my-project
npm WARN deprecated [email protected]: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN [email protected] No repository field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

added 118 packages from 100 contributors and audited 220 packages in 3.916s
found 0 vulnerabilities