Code boilerplates for our projects, powered by Magicspace.
npm install --global magicspace @mufan/code-boilerplatesCreate 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 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 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 installed boilerplates:
npm install --global makeflow/mufan-code-boilerplatesUpdate magicspace:
magicspace updateReview changes, resolve conflicts (if any) and commit the merge.
MIT License.