1.1.0 • Published 5 years ago

@kibibit/stacker v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

How to install

Install this package as a dev dependency:

npm install --save-dev @kibibit/stacker

How to use

Run the command from the root folder of your project. This will create a project-stack.json & project-stack.html files with a list of dependencies and their icons.

you can include more things in your stack by adding them to your package.json file:

{
  "name": "my-package",
  "version": "2.4.3",
  // ...
  "extra-stack": {
    "add": [
      "Visual Studio Code",
      "heroku",
      "javascript",
      "probot",
      "travis",
      "jenkins",
      "IntelliJ IDEA",
      "Node.js",
      "mongoDB",
      "bash"
    ],
    "ignore": []
  }
}

Contributing

If you have suggestions for how stacker could be improved, or want to report a bug, open an issue! We'd love all and any contributions.

For more, check out the Contributing Guide.

Contributors

Thanks goes to our contributors! (emoji key):

License

MIT © 2019 Neil Kalman neilkalman@gmail.com