Skip to content

raine/livescript-cli-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

livescript-cli-seed 🌱

a simple template for LiveScript CLI apps

├── package.json
├── README.md
├── Makefile
├── bin
│   ├── cli
│   └── cli-harmony-example
├── src
│   └── index.ls
└── test
    └── basic.ls

getting started

git clone git@github.com:raine/livescript-cli-seed.git my-tool
cd my-tool
rm -rf .git
# edit package.json to your liking
make readme # overwrites README.md based on package.json

run

lsc src/index       # or
make; node bin/cli  #

install the script globally

make install
hello-world

publish to npm

npm version minor  # bump version
make publish

run tests

make test
make test-w  # watch
REPORTER=nyan make test

inspiration

About

🌱 a template project for LiveScript CLI applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published