0.0.1 • Published 1 year ago

aranei v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Vite library boilerplate

Just a tiny repository with preset of the basic setup for quick and painless scaffolding new JavaScript libraries and npm packages.

Under the hood:

Requirements

  • node: ^16.0.0
  • yarn

Getting started

Project setup

yarn install

Compile and Hot-Reload for Development

yarn dev

Compile and Minify for Production

yarn build

Lint with ESLint & Stylelint

yarn lint

Run tests

yarn test
0.0.1

1 year ago