@toptal/davinci-bootstrap
v4.0.33
Published
Creates application from davinci template
Downloads
1,821
Readme
@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 yarn add @toptal/davinci-bootstrap
.
Commands
new
: creates a new app projectnew-app
: creates a new monorepo app projectnew-lib
: creates a new monorepo library project
IDE Tooling
This package can be used directly in your IDE through these extensions
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.