Notes-CLI is a simple command-line note-taking application that allows you to create and save notes instantly using simple commands.
Before you run this project, make sure you have the following installed:
- Node.js (version 18 or higher)
- npm (Node Package Manager)
Clone this repository to your local machine using the following command:
git clone https://github.com/isandeepdev/notes-cli.gitNavigate to the project directory and install the required dependencies:
cd notes-cli
npm installThis will create a symbolic link between your project and the global npm modules directory, making the note command available globally.
npm linkAfter linking, you can run the application by simply using the note command in any terminal:
note "Your note content"- Fork the repository.
- Create your branch (
git checkout -b feature-branch). - Commit your changes (
git commit -am 'Add new feature'). - Push to the branch (
git push origin feature-branch). - Create a new Pull Request.
This project is licensed under the ISC License - see the LICENSE file for details.
If you encounter any issues or bugs, feel free to open an issue in the GitHub Issues section.
- Author: isandeepdev
- GitHub: isandeepdev