pob
v38.4.0
Published
Pile of bones, library generator with git/babel/typescript/typedoc/readme/vitest
Readme
How to install
npm install -g pob
mkdir some-lib
cd some-lib
pobPerfect !
You can now use yarn run watch !
How this works
Coding Rules
Eslint is used to ensure a common coding style. I mostly follow the Airbnb coding style.
You can check the code by running the task yarn run lint. With an editor, install the plugins to validate the code as you type !
Available tasks with yarn run
Code, Transpile, Lint
build:cleanthe directory, buildsrctodistwith rollupwatch:cleanthen build and watch with rolluplint: executeeslinttest: run tests
Generate documentation
Documentation (api + test coverage) is deployed to gh-pages via a github action.
Publish a new release
yarn run release
In the process, this will pre-generate a changelog based on the commits, then open nano so you can adapt it if you want.
