coda-motor
v1.2.46
Published
The initial goal for Coda was to find an easy way to copy only certain files from a repo on Github into a folder on my local machine. I decided I would create a node app that would automate the steps I would naturally take to achieve the same output over
Downloads
5
Readme
Coda
The initial goal for Coda was to find an easy way to copy only certain files from a repo on Github into a folder on my local machine. I decided I would create a node app that would automate the steps I would naturally take to achieve the same output over simply creating an alias for my terminal because I valued the portability and simplicity of the setup.
Need to work on User Stories
- Create a standardized process for running commands so that I can easily insert business logic in between terminal commands
Prerequisites
- npm
- node
- git?
Installation
First run,
npm i coda-motor -g
then to test the package is installed,
code check
Running the Tests
Will document as soon as there are some.
How to Use / Examples
Coda is a command line app.
coda [command] [--options]
Commands
new
Sets up the boiler plate code for a project inside whatever folder you run the following command:
coda new
This currently defaults to js/nodejs projects.
What it includes:
- TypeScript support
- Linting for Vanilla and TypeScript written JS
- Jest ready
- Gulp ready
- Setting file for VS Code (e.g. sets the default indentation at 2 spaces)
sources:
- https://github.com/ijmeals/build-setup