
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
doraemon-cli
Advanced tools
A light tool to generate projects in an easy way.
npm install doraemon-cli -g
or
git clone https://github.com/MuYunyun/doraemon-cli.git
cd doraemon-cli && npm install
npm link
Open your terminal and type doraemon-cli
or doraemon-cli -h
, you'll see the help infomation below:
Usage: doraemon-cli <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
This command would help you to add a new template to the templates.json
, which will be used by Scion
to generate projects.
$ doraemon-cli add
? Set the custom name of the template: my-first-template
? Branch of the template: new
┌───────────────────┬────────┐
│ Template Name │ Branch │
├───────────────────┼────────┤
│ my-first-template │ new │
└───────────────────┴────────┘
✔ New template has been added successfully!
Scion
use download-git-repo to download git repos. After answering 3 questions, you'll add a new template to Scion
.
It shows you the templates list.
$ doraemon-cli list
┌────────────────────┬────────┐
│ Template Name │ Branch │
├────────────────────┼────────┤
│ my-first-template │ new │
├────────────────────┼────────┤
│ my-second-template │ master │
└────────────────────┴────────┘
After adding new templates, you could use this command to generate your own project by choosing template.
$ doraemon-cli 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:
$ doraemon-cli delete
? Which template you want to delete? my-second-template
┌───────────────────┬────────┐
│ Template Name │ Branch │
├───────────────────┼────────┤
│ my-first-template │ new │
└───────────────────┴────────┘
✔ Template has been deleted successfully
The most important part of Scion 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 Scion's templates.json
.
MIT.
FAQs
A light tool to generate projects in an easy way.
We found that doraemon-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
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.