typescript-starter
GitHub describes it as Quickly create and configure a new library or Node.js project. The repository metadata lists TypeScript as its primary language. The metadata lists the MIT license. This article stays within the project description and details documented in the GitHub repository README.
bitjson/typescript-starter: Start Now
GitHub describes it as Quickly create and configure a new library or Node.js project. The repository metadata lists TypeScript as its primary language. The metadata lists the MIT license. This article stays within the project description and details documented in the GitHub repository README.
Repository scope
GitHub describes it as Quickly create and configure a new library or Node.js project. The repository metadata lists TypeScript as its primary language. The metadata lists the MIT license. The README describes the project this way: Run one simple command to install and use the interactive project generator. You'll need Node v10 or later.
Start Now
The README section "Start Now" states: Since this repo includes the CLI and it's tests, you'll only need to fork or clone this project if you want to contribute. If you find this project useful, please consider leaving a star so others can find it. Thanks!
Features
The README section "Features" states: - Write standard, future javascript , with stable ESNext features , today (stage 3 or finished features) - Optionally use typescript to improve tooling, linting, and documentation generation - Export as a javascript module, making your work fully tree-shakable for consumers capable of using es6 imports (like Rollup, Webpack, or Parcel) - Export type declarations to improve your downstream development experience - Backwards compatibility for Node.js-style (CommonJS) imports - Both strict and flexible typescript configurations available
Features
The README section "Features" states: - Generate API documentation (HTML or JSON) without a mess of JSDoc tags to maintain - Collocated, atomic, concurrent unit tests with AVA - Source-mapped code coverage reports with nyc - Configurable code coverage testing (for continuous integration) - Automatic linting and formatting using typescript-eslint and Prettier
Editorial conclusion
The repository README is the source for this review. It does not replace a local installation or an independent test.
Community notes