Inspiration
I got the idea from working on projects for long hours, sometimes when you're focused and locked into your CLI you don't want to move away, why not do all your operations on the CLI, where you are, 90% of the time.
What it does
It creates ClickUp Tasks from the CLI using a Command. The Tasks are created with a Code File attached, usually the file of concern related to the task.
How we built it
I used an npm tool, oclif, to create the CLI Utility tool based on a boilerplate for development speed. The tool uses axios to make the calls and all I had to do was setup the Request with the Headers and Body.
Challenges we ran into
I had to create an SSL environment to allow TLSSocket calls from the cli, it was not creating the desired result on http.
Accomplishments that we're proud of
Creating the tool, although the note functionality only works with one line notes, which could be enough for a paragraph, I hope to iterate to a more production level code, with a more rich text input type of feel for the notes.
What we learned
The ClickUp API is very nice to work on, I'm definitely sure we'll create some more applications and even apply some integrations from my personal projects. I would definitely like to contribute to the ClickUp Ecosystem in the future.
What's next for TaskyCodes
Re-Writing the code to allow configuration values to be supplied by each user, and to create a more robust and production level code to ship.
Built With
- axios
- fs
- node.js
- oclif
- typescript


Log in or sign up for Devpost to join the conversation.