wyntau / schematics

schematics for quick start project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@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

About

schematics for quick start project


Languages

Language:TypeScript 99.7%Language:Shell 0.3%