All Projects β†’ IonicaBizau β†’ Idea

IonicaBizau / Idea

Licence: mit
πŸ’‘ A lightweight CLI tool and module for keeping ideas in a safe place quick and easy.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Idea

Services openstreetmap
Makes communicating with the Open Street Map API, and Nominatim, from PHP intuitive.
Stars: ✭ 167 (-1.18%)
Mutual labels:  hacktoberfest
Nunit Console
NUnit Console runner and test engine
Stars: ✭ 168 (-0.59%)
Mutual labels:  hacktoberfest
Ablemusicplayer
🎡 A Youtube Music like app with a Spotify like design - ad free and open source. Feel free to PR. NOTE: BEING REWRITTEN, HENCE THE REPO WILL BE INACTIVE FOR A WHILE
Stars: ✭ 167 (-1.18%)
Mutual labels:  hacktoberfest
Ide
Enso – a visual and textual functional programming language.
Stars: ✭ 168 (-0.59%)
Mutual labels:  hacktoberfest
Selfoss
multipurpose rss reader, live stream, mashup, aggregation web application
Stars: ✭ 2,070 (+1124.85%)
Mutual labels:  hacktoberfest
Lit
Toolkit for developing, sharing, and running luvit/lua programs and libraries.
Stars: ✭ 167 (-1.18%)
Mutual labels:  hacktoberfest
Diozero
Java Device I/O library that is portable across Single Board Computers. Tested with Raspberry Pi, Odroid C2, BeagleBone Black, Next Thing CHIP, Asus Tinker Board and Arduinos. Supports GPIO, I2C, SPI as well as Serial communication. Also known to work with Udoo Quad.
Stars: ✭ 167 (-1.18%)
Mutual labels:  hacktoberfest
Sentry Telegram
Plugin for Sentry which allows sending notification via Telegram messenger.
Stars: ✭ 168 (-0.59%)
Mutual labels:  hacktoberfest
Nim
Streamline Your Node.js Debugging Workflow with Chromium (Chrome, Edge, More) DevTools.
Stars: ✭ 168 (-0.59%)
Mutual labels:  hacktoberfest
Rubbish Video Generator
θ₯ι”€ε·θ§†ι’‘η”Ÿζˆε™¨
Stars: ✭ 168 (-0.59%)
Mutual labels:  hacktoberfest
Openapi Client Axios
JavaScript client library for consuming OpenAPI-enabled APIs with axios
Stars: ✭ 168 (-0.59%)
Mutual labels:  hacktoberfest
Polaris
Validation of best practices in your Kubernetes clusters
Stars: ✭ 2,397 (+1318.34%)
Mutual labels:  hacktoberfest
Nginx Http Shibboleth
Shibboleth auth request module for nginx
Stars: ✭ 168 (-0.59%)
Mutual labels:  hacktoberfest
Ncf
NeuCharFramework Template Project
Stars: ✭ 167 (-1.18%)
Mutual labels:  hacktoberfest
Openapi Cli
βš’οΈ OpenAPI 3 CLI toolbox with rich validation and bundling features.
Stars: ✭ 169 (+0%)
Mutual labels:  hacktoberfest
React Async Script
A React composition mixin for loading 3rd party scripts asynchronously
Stars: ✭ 167 (-1.18%)
Mutual labels:  hacktoberfest
Ghcal
πŸ“† See the GitHub contributions calendar of a user in the command line.
Stars: ✭ 169 (+0%)
Mutual labels:  hacktoberfest
Maya
Manage Container Attached Storage (CAS) - Data Engines in Kubernetes
Stars: ✭ 169 (+0%)
Mutual labels:  hacktoberfest
Uyuni
Source code for Uyuni
Stars: ✭ 169 (+0%)
Mutual labels:  hacktoberfest
Jsk recognition
JSK perception ROS packages
Stars: ✭ 168 (-0.59%)
Mutual labels:  hacktoberfest

idea

$ idea

Support me on Patreon Buy me a book PayPal Ask me anything Version Downloads Get help on Codementor

Buy Me A Coffee

A lightweight CLI tool and module for keeping ideas in a safe place quick and easy.

☁️ Installation

You can install the package globally and use it as command line tool:

# Using npm
npm install --global idea

# Using yarn
yarn global add idea

Then, run idea --help and see what the CLI tool can do.

$ idea --help
idea help
usage: idea [command] <idea|filter|id>

A lightweight CLI tool and module for keeping your ideas in a safe place quick and easy.

[command]
  create <idea>           Creates and saves a new idea. Example: `idea create "Implement something very cool"`
  list                    Lists all ideas. Example: `idea list`
  filter <filter>         Lists filtered ideas. Example: `idea filter '{"state": "SOLVED"}'`
  solve <id>              Solves an idea. Example `idea solve 1`
  help                    Prints this help.

Documentation can be found at https://github.com/IonicaBizau/idea

πŸ“‹ Example

Here is an example how to use this package as library. To install it locally, as library, you can use npm install idea (or yarn add idea):

// Dependencies
var Idea = require("idea");

// Initialize the idea object
var idea = new Idea("./ideas.json", err => {
    if (err) throw err;
    idea.create("Implement something cool.", err => {
        if (err) throw err;
    });
});

❓ Get Help

There are few ways to get help:

  1. Please post questions on Stack Overflow. You can open issues with questions, as long you add a link to your Stack Overflow question.
  2. For bug reports and feature requests, open issues. πŸ›
  3. For direct and quick help, you can use Codementor. πŸš€

πŸ“ Documentation

For full API reference, see the DOCUMENTATION.md file.

πŸ˜‹ How to contribute

Have an idea? Found a bug? See how to contribute.

πŸ’– Support my projects

I open-source almost everything I can, and I try to reply to everyone needing help using these projects. Obviously, this takes time. You can integrate and use these projects in your applications for free! You can even change the source code and redistribute (even resell it).

However, if you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:

  • Starring and sharing the projects you like πŸš€

  • Buy me a bookβ€”I love books! I will remember you after years if you buy me one. 😁 πŸ“–

  • PayPalβ€”You can make one-time donations via PayPal. I'll probably buy a coffee tea. 🍡

  • Support me on Patreonβ€”Set up a recurring monthly donation and you will get interesting news about what I'm doing (things that I don't share with everyone).

  • Bitcoinβ€”You can send me bitcoins at this address (or scanning the code below): 1P9BRsmazNQcuyTxEqveUsnf5CERdq35V6

Thanks! ❀️

πŸ“œ License

MIT © Ionică Bizău

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].