UNPKG

create-new-app

Version:

Easily generate a new React application, optionally with Express & MongoDB.

10 lines (6 loc) 196 B
// This module logs the cna version when running `cna --version`. const getVersion = require('./getVersion') function showVersion() { console.log(getVersion()) } module.exports = showVersion