0.2.0 • Published 1 year ago
@bio-js/cli v0.2.0
@bio-js/cli
The official CLI for scaffolding Bio-Js projects.
Installation
You can install the CLI globally using npm:
npm install -g @bio-js/cli
Or use it directly with npx:
npx @bio-js/cli my-project
Usage
To create a new Bio-Js project, run:
bio-js my-project
Or if you're using npx:
npx @bio-js/cli my-project
This will create a new directory with the name 'my-project' and scaffold a basic Bio-Js application inside it.
Options
--typescript
: Initialize the project with TypeScript support (default: true)--no-typescript
: Initialize the project without TypeScript--git
: Initialize a git repository (default: true)--no-git
: Don't initialize a git repository-h, --help
: Display help for command
Project Structure
The scaffolded project will have the following structure:
my-project/
├── src/
│ └── index.ts
├── package.json
├── tsconfig.json
└── README.md
Contributing
We welcome contributions! Please see our Contributing Guide for more details.
License
This project is licensed under the MIT License.