Skip to content

gilbox/node-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-simple

quickstart

git clone https://github.com/gilbox/node-simple.git my-node-simple
cd my-node-simple
npm i
NAME=myExample npm run file
npm test

Create a file

NAME=myExample npm run file

Creates a src/myExample.js file and test/myExample.test.js file. The JS file will export default function myExample.

Run tests in watch mode

npm test

About

Quickly prototype JS with mocha+chai specs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published