0.2.2 • Published 3 years ago

@wyntau/schematics v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@wyntau/schematics

This repository have some handy schematics you can use to start a project quickly.

Usage

# install dependencies globally
yarn global add @angular-devkit/schematics-cli @wyntau/schematics

# go to the new or a exist project directory
mkdir newproject
cd newproject

# run schematic
schematics @wyntau/schematics:starter-javascript

Schematics

Starter schematics

These are the real starter you can use to quickly start a project.

  • starter-javascript

Toolchain Schematics

These are some atom schematics you can combine together to add some toolchains to your new/exist project.

  • toolchain-commitlint
  • toolchain-eslint
  • toolchain-husky
  • toolchain-lerna
  • toolchain-lint-recently
  • toolchain-lint-staged
  • toolchain-npm
  • toolchain-nvm
  • toolchain-patch-package
  • toolchain-prettier
  • toolchain-renovate
  • toolchain-typescript
  • toolchain-yarn

Use this in your own schematics

You can see the starter-javascript to find more detail.

License

MIT