create-empiricalrun
v0.1.1
Published
Setup your empiricalrun project effortlessly.
Readme
create-empiricalrun
Setup your empiricalrun project effortlessly.
This package:
- Initializes npm project in the current directory if needed.
- Installs the
empiricalrunpackage. - Sets up a default
empiricalrc.jsconfig. - Adds cache folders to .gitignore.
Getting started
To begin, run:
npm init empiricalrunFor a TypeScript setup, run:
npm init empiricalrun -- --using-ts