@insightt/insightt-shared
v1.17.5
Published
Shared code for Insightt
Downloads
25
Readme
create-nodejs-app
Starter to create new npm packages Creates a boilerplate for start creating a nodejs application with typescript.
It includes:
Typescript
EsLint
Prettier
Github Actions to validate the builds and run tests
Husky and Lint staged to run commands before commit
Usage:
npx @cobuildlab/create-nodejs-app@latest
or
npm init @cobuildlab/nodejs-app
For more information
- Conventions to create React apps
- Conventions for JavaScript & TypeScript code
- Effective Programming Conventions
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.