@mufan/code-boilerplates
v0.0.0-62c2235df3159c097cb905367d7ea5bee159e4d6
Published
Code boilerplates for Mufan
Downloads
1,649
Readme
Mufan Code Boilerplates
Code boilerplates for our projects, powered by Magicspace.
Usage
npm install --global magicspace @mufan/code-boilerplatesCreate magicspace configuration
Create magicspace configuration file with magicspace create command.
magicspace create @mufan/code-boilerplates/typescriptSelect an example and review/edit the configuration options.
Options are defined by boilerplates.
Initialize magicspace
Initialize the repository if you have not, and then initialize magicspace:
git init
magicspace initYou 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 @mufan/code-boilerplatesUpdate magicspace:
magicspace updateReview changes, resolve conflicts (if any) and commit the merge.
License
MIT License.
