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

generator-crow

v3.0.1

Published

Simple and extensible yeoman generator for wordpress themes, plugins and statics web projects. The best folders architecture that a project can have.

Downloads

630

Readme

CROW GENERATOR

There are many starting points for building a new web project, but the main idea of this generator is to be simple and extensible, always creating an easy maintenance scheme.

  • Stable tag: 3.0.1

Why Crow

"Nevermore!" ("Never Again!") Said that bird in the poem "The Raven" ("The Crow"), Edgar Allan Poe. Yes, the raven is able to imitate the sound of a few words, as the parrot. In many legends, the crows are depicted as cheaters.

Crows are able to use simple tools, store food for the winter and store experiences for use in future circumstances. One was observed using the hard leaf of a tree like a knife to fall nuts on a busy street and being crushed by the wheels of cars, facilitating access to seed. Notable, no? They can also recognize people and remember their faces for years.

Available generators

  • static (default)
  • php (With Docker)
  • wp:root (With Docker)
  • wp:theme
  • wp:plugin

Using

  • npm install -g generator-crow
  • yo crow or yo crow [generator]

Contributing

  1. Fork it!
  2. Configuring a remote for a fork
  3. Syncing a fork with the latest version
  4. Create your feature branch: git checkout -b feature-123
  5. Commit your changes: git commit -m 'Commit message'
  6. Push to the branch: git push origin feature-123
  7. Submit a pull request :D

Before commit, double check your code. Please dude.

  • Execute a git pull to keep your checkout up-to-date
  • Invoke a git diff --cached before committing
  • NOT COMMIT BEFORE RUNNING THE PROJECT LOCALLY AND SEE THE CHANGES RUNNING
  • MAKE SURE THE CHANGES WORK

Changelog

= 3.0.1 - 2018-06-20 =
Updates the dependencies of the project and the PHP version and also creates a specific PHP generator

= 3.0.0 - 2018-06-12 =
Adjusting generators to work with docker

= 2.1.0 - 2013-03-12 =
Error fix on default generator

= 2.0.1 - 2013-02-09 =
Error fix on default generator

= 2.0.2 - 2017-02-09 =
Trying to fix npm file loss

= 2.0.0 - 2017-02-05 =
Improved templates

= 1.0.3 - 2017-01-27 =
Added new generators and modified structure of some folders

= 1.0.2 - 2017-09-30 =
Update default generator

= 1.0.1 - 2016-08-18 =
Versioning error update

= 1.0.0 - 2016-08-18 =
Versioning error update

= 0.1.0 - 2016-08-13 =
Project released