New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

clipapi

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clipapi

CLIPAPI is a easy way to auto generate a cli also known as a command line interface.

latest
Source
npmnpm
Version
4.0.1
Version published
Maintainers
1
Created
Source

npm installnfo

❗❗❗❗❗❗❗ BIG UPDATE ❗❗❗❗❗❗❗❗

In version 4.0.0 (current version) release a new sub-cli for an easy way to deploy and send custom webhooks with a nice ui to make it easier for new coders. All you need to do is type

clipapi-discord

After installing the new update by doing:

npm i clipapi@4.0.0

✔️ ✔️ ✔️ 4.0.0 Patch Notes ✔️ ✔️ ✔️

  • More efficentaly clones from github
  • Added a sub cli for installed version check
  • Discordjs bot template added
  • Improved logging
  • Added no arguement return function
  • set further setups for templates
  • Added inquirer for future updates
  • improved loader
  • more generated automation when installing dependencies
  • Instructions added to each template
  • Added express server template (3.1.0)
  • Logo Update(3.1.2)
  • Added mognoose connection template (3.2.0)
  • Added more discord template options (3.3.0)

Github Repository

Express

[ https://github.com/KaneSeries2/CLIPAPI-express.git ]

Discord.js

[ https://github.com/KaneSeries2/clipapi-discord-template.git ]

Cli

[ https://github.com/KaneSeries2/cli.git ]

Mongoose

[ https://github.com/KaneSeries2/CLIPAPI-mongoose-template.git ]

Clipapi

[ https://github.com/KaneSeries2/CLIPAPI.git ]

Coming Soon

Express server tempate:

version 3.1.0 (Intergrated)

Mongoose connection template:

version 3.2.0 (Intergrated)

Discord typescript and python templates:

version 3.3.0 (Intergrated)

Intergration of template code snippets

version 3.6.0 (cancled)

What is it?

CLIPAPI is a easy way to auto generate a cli also known as a command line interface.

How was it made?

Clipapi is made in purly markup and javascript. It used the built in fs module. It uses modules such as arg, chalk, figlet and esm. The bin folder makes it so it is an enviroment function which allows it to run anywhere in any workspace on your computer.

Why does it not work in the IDE terminal?

We belive it does not work in the ide terminal because the command line and ide terminal are not compalitble with each other. This doesant go with all ide's but things such as vscode it will not work. Please run it in a normal command line.

How do I install it?

To install it you must run the following command

npm i clipapi

Then you can run this command in the folders command line

clipapi

Commands

clipapi ~ Opens default prompt with help menu

clipapi-discord ~ Created easy interface to send discord webhooks

clipapi --discord ~ Generated discordjs template

clipapi --cli ~ Generates a cli template

clipapi --express ~ Generates a express server template

clipapi --mongoose ~ Generates a mogoose connection template

Keywords

cli

FAQs

Package last updated on 10 Mar 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts