This PR initializes the repository for the loggify-js CLI tool. It adds the necessary files and code to create a CLI tool that adds console.log statements after each statement in a JavaScript file.
Summary of Changes
Added a package.json file to manage project dependencies and scripts.
Created an index.js file as the entry point for the CLI tool.
Implemented the logic for the CLI tool in the index.js file.
Added a shebang line at the top of the index.js file to allow it to be run as a script.
Updated the package.json file to include the index.js file as a binary, allowing it to be installed globally.
Fixes #5.
🎉 Latest improvements to Sweep:
Getting Sweep to run linters before committing! Check out Sweep Sandbox Configs to set it up.
Added support for self-hosting! Check out Self-hosting Sweep to get started.
[Self Hosting] Multiple options to compute vector embeddings, configure your .env file using VECTOR_EMBEDDING_SOURCE
💡 To get Sweep to edit this pull request, you can:
Leave a comment below to get Sweep to edit the entire PR
Leave a comment in the code will only modify the file
Edit the original issue to get Sweep to recreate the PR from scratch
Description
This PR initializes the repository for the
loggify-js
CLI tool. It adds the necessary files and code to create a CLI tool that addsconsole.log
statements after each statement in a JavaScript file.Summary of Changes
package.json
file to manage project dependencies and scripts.index.js
file as the entry point for the CLI tool.index.js
file.index.js
file to allow it to be run as a script.package.json
file to include theindex.js
file as a binary, allowing it to be installed globally.Fixes #5.
🎉 Latest improvements to Sweep:
💡 To get Sweep to edit this pull request, you can: