UNPKG

onepoint-new-app

Version:

Easily generate a new fully-equiped React project, optionally with Express & MongoDB.

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