adampweb / packagejson-generator

Home Page:https://packagejson-generator.jabo.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

https://packagejson-generator.jabo.dev/


Languages

Language:TypeScript 67.9%Language:JavaScript 30.4%Language:HTML 0.8%Language:CSS 0.7%Language:Shell 0.3%