recodesnips
v1.0.4
Published
Effortlessly Create, Share, and Implement Code Snippets with RecodeSnips, Even with 'npx' Integration
Downloads
20
Maintainers
Readme
recodesnips v1.0.4
Effortlessly Create, Share, and Implement Code Snippets with RecodeSnips, Even with 'npx' Integration
Recodesnips live website
https://recodesnips.vercel.app/
Installation
You can install the script globally using npm:
npm install -g recodesnipsTo download script you can use below command
npx recodesnips <id>You can download the images directly like
Or just copy the npx command to get the script content directly into you folder
npx recodesnips 65d9fb5b753ab15c61f05836For Help
recodesnips --help
- Usage: npx recodesnips <id>
- Usage: npx recodesnips create-snip <filename> -- to create code snippetNew feature 🚀
Create code snippets from the command line itself (Note: Make sure that the file should be present in your current directory.)
npx recodesnips create-snip <filename>