Socket
Book a DemoInstallSign in
Socket

@mufan/code-boilerplates

Package Overview
Dependencies
Maintainers
6
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mufan/code-boilerplates

Code boilerplates for Mufan

latest
Source
npmnpm
Version
0.0.0-166d2a9d462acdb5bd0db410bfec23f327747f26
Version published
Maintainers
6
Created
Source

Mufan Code Boilerplates

Code boilerplates for our projects, powered by Magicspace.

Usage

npm install --global magicspace @mufan/code-boilerplates

Create magicspace configuration

Create magicspace configuration file with magicspace create command.

magicspace create @mufan/code-boilerplates/typescript

Select an example and review/edit the configuration options.

Options are defined by boilerplates.

Initialize magicspace

Initialize the repository and make initial commit if you have not:

git init

touch README.md
git add README.md

git commit --message "Initial commit"
magicspace init

You can use magicspace to initialize an existing project, just expect more conflicts to resolve.

Review changes, resolve conflicts (if any) and commit the merge.

Update magicspace

Update installed boilerplates:

npm install --global makeflow/mufan-code-boilerplates

Update magicspace:

magicspace update

Review changes, resolve conflicts (if any) and commit the merge.

License

MIT License.

FAQs

Package last updated on 19 Mar 2025

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