@toptal/davinci-bootstrap
Version:
Creates application from davinci template
29 lines (16 loc) • 836 B
Markdown
# `@toptal/davinci-bootstrap`
Bootstraps scaffolding/skeleton applications or parts of the monorepo with everything necessary and according to Toptal guidelines to start working as soon as possible.
### Usage
In your project run `pnpm add @toptal/davinci-bootstrap`.
#### Commands
- [`new`](./docs/new.md): creates a new app project
### IDE Tooling
This package can be used directly in your IDE through these extensions
- [IntelliJ Suite (WebStorm, RubyMine, IDEA)](https://github.com/zaguiini/intellij-davinci-plugin)
- [VSCode](https://github.com/borisyordanov/vscode-supercharge-react)
### Development
If you want to test locally the generation of a new app - you can run
```
node ./davinci/packages/bootstrap/bin/davinci-bootstrap.js new [app-name]
```
and a new application will be generated in `[app-name]` directory.