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

@nexssp/project

v1.0.19

Published

Projects for Nexss Programmer

Downloads

21

Readme

@nexssp/project

NEW: Project types

Start hot reloading environment and start with different project types quickly:

For now supported project types: vue2, vue3, react17, preact

nexssp-project vue3 project-name # as separate command
nexss p vue3 project-name # for nexss programmer
nexss p vue3 project-name --install # use --install to install automatically the packages.

# TODO: add tag ability (for different versions)
# TODO: add change of project name in the package.json file
# TODO: remove .git folder from the created project.

Note

Nexss Programmer projects tool. This tool is a cli tool and can be used separately but also within Nexss Programmer.

It allows you to keep db of your projects (not only Nexss Programmer) so you can find them easyly. It also create new Nexss Programmer's Project, display info about them etc.

You can add to the database any folder really. And then you can search for them in the by easy command nexssp-project search some keywords or in the Nexss Programmer ..nexss p search ...

This Nexss Programmer's plugin is the effect of the refactoring the Nexss Programmer @nexssp/cli which development has been started in 2018. This module can be used also separately without the Nexss Programmer.

Install

# Install
npm i -g @nexssp/project

# creates new project folder with default template
nexssp-project new myproject

# attach current folder to the global database. please see below
nexssp-project attach

# search your database
nexssp-project search keywords..

# displays info about project
nexssp-project info

Now you can use nexssp-project. In the Nexss Programmer it is nexss project or nexss p

Usage

Create db of your projects

Let say you have hundreds different projects of different kinds. This module allows you to keep track of your projects aswell of some information. For now (use nexssp-project attach in any folder) it will ask you for information (optional):

image

  • folder (in case you have different folders for different projects)
  • description
  • keywords (for searching)
  • repository
  • code editor (default for VSCodium)
  • extra notes (if you need to add some extra notes to the projects, like phone numbers etc..)

Search for the projects

Projects are saved by default in the: <HOME>/.nexss/projects_db.json

You can customize it by changing the environment variable of: NEXSS_PROJECTS_DB

TODO

  • add more detailed searching