@nice-move/init
v0.8.37
Published
Initialize your frontend workspaces
Downloads
479
Maintainers
Readme
@nice-move/init
Initialize your frontend workspaces.
Usage
mkdir sample # when needed
cd sample
npx @nice-move/initFeatures
- Confirm when workspace not empty or repository not clean
- Run
git initwhen workspace not a git project - Run a better
npm initcommand when needed - Create or overwrite
.gitignore/.gitattributes - Create or overwrite
LICENSE/.editorconfig - Create
README.mdwhen it not exists - Set registry to China mirror in
.npmrc - Add or reset project dependencies by interactive
