
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
A light tool to generate projects in an easy way.
npm install cici-cli -g
Open your terminal and type cici or cici -h , you'll see the help infomation below:
Usage: cici <command>
Commands:
add|a Add a new template
list|l List all the templates
init|i Generate a new project
delete|d Delete a template
Options:
-h, --help output usage information
-V, --version output the version number
Note that if you are using
MacOS,sudowas required while using commandsaddanddelete.
This command would help you to add a new template to the templates.json, which will be used by cici to generate projects.
$ cici add
? Set the custom name of the template: my-first-template
? Owner/name of the template: jrainlau/cici
? Branch of the template: new
┌───────────────────────┬──────────────────┬────────┐
│ Template Name │ Owner/Name │ Branch │
├───────────────────────┼──────────────────┼────────┤
│ my-first-template │ jrainlau/cici │ new │
└───────────────────────┴──────────────────┴────────┘
✔ New template has been added successfully!
cici use git clone to down load git repos. After answering 3 questions, you'll add a new template to cici.
It shows you the templates list.
$ cici list
┌───────────────────────┬──────────────────┬────────┐
│ Template Name │ Owner/Name │ Branch │
├───────────────────────┼──────────────────┼────────┤
│ my-first-template │ jrainlau/cici │ new │
├───────────────────────┼──────────────────┼────────┤
│ my-second-template │ jrainlau/motto │ master │
└───────────────────────┴──────────────────┴────────┘
After adding new templates, you could use this command to generate your own project by choosing template.
$ cici init
? Template name: my-first-template
? Project name: my-project
? Where to init the project? ../
⠹ Downloading template...
New project has been initialized successfully!
It's easy, right?
To delete a template, you could use this command:
$ cici delete
? Which template you want to delete?
my-second-template
┌───────────────────────┬──────────────────┬────────┐
│ Template Name │ Owner/Name │ Branch │
├───────────────────────┼──────────────────┼────────┤
│ my-second-template │ jrainlau/motto │ master │
└───────────────────────┴──────────────────┴────────┘
✔ Template has been deleted successfully
The most important part of cici is template. All templates' infomation were list in the templates.json.
A template means a project sample, which has a simple or complex file structure.
You can create your own templates repository, and push your templates in different branches. All you need to do then is to add the templates into cici's templates.json.
MIT.
FAQs
脚手架test
We found that cici-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.