{"library":"newmimosa","title":"newmimosa","description":"A Mimosa module that provides the `mimosa new` scaffolding command, allowing developers to generate a new Mimosa project with various asset options. As of version 2.2.1, it supports JavaScript transpilers (TypeScript, CoffeeScript, LiveScript, Coco, Iced CoffeeScript), CSS pre-processors (SASS, Less, Stylus), client templating (Handlebars, Jade, EJS, etc.), and server setups (Express, Hapi, or none with mimosa-server). Used primarily with Mimosa build tool. The repository is archived and no longer actively maintained.","language":"javascript","status":"abandoned","last_verified":"Fri May 01","install":{"commands":["npm install newmimosa"],"cli":null},"imports":["import newmimosa from 'newmimosa'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// Ensure Mimosa is installed globally or locally\n// Then run: mimosa new my-project\n// This triggers interactive prompts after reading the newmimosa module\nimport { execSync } from 'child_process';\nexecSync('mimosa new my-project', { stdio: 'inherit' });","lang":"javascript","description":"Demonstrates scaffolding a new Mimosa project using the newmimosa module via the 'mimosa new' CLI command.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}