packagejson-generator

Web application that allows to search npm modules and add them to a json. The json built could be export and share (with link).

The project is a copy of the idea of the functionality of https://start.spring.io/ web application but for javascript projects.

Built with Next.js and Monaco Editor.


Functionalities

Search NPM modules


Share



Setup


  1. Clone the repo
    git clone https://github.com/javibodas/packagejson-generator.git
  2. Install NPM packages
    npm install
  3. Build the project
    npm run build
  4. Run the project
    npm run start

Credits

Thanks to