@wyntau/schematics

0.2.2 • Public • Published

@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

Readme

Keywords

Package Sidebar

Install

npm i @wyntau/schematics

Weekly Downloads

10

Version

0.2.2

License

MIT

Unpacked Size

52.2 kB

Total Files

88

Last publish

Collaborators

  • wyntau