generator-sealcode
v0.3.0
Published
Sealcode codebase generators
Downloads
6
Readme
generator-sealcode
A set of common project scaffoldings we use at Sealcode, using yeoman.
A work in progress.
Generators
sealcode:foundation
A basic setup with tsconfig, prettierrc.
In your project directory, run
yo sealcode:foundation
sealcode:electron
Setup an electron app with Typescript and React, without webpack.
yo sealcode:electron
sealcode:sealious
Setup an app with a Sealious back-end and a React-based front-end
yo sealcode:sealious